6 ms·
Interested to know what Rust was missing. I built an ad exchange last year and it has been great. I have been using nightly builds, mostly for access to async/a
by mej10 7y ago
Interested to know what Rust was missing. I built an ad exchange last year and it has been great. I have been using nightly builds, mostly for access to async/await, and it has been very fast and stable.
I have had to submit a few pull requests to various projects along the way, but didn't find the ecosystem prohibitively lacking.
- coolsunglasses 7y agoWould you mind sharing what libraries you are using?
- mej10 7y agoactix, cdrs, rusoto, cadence, diesel, futures/tokio, serde, chashmap, slog, postgres, criterion, r2d2, chrono That isn't all of them but those are the main ones.
- coolsunglasses 7y agoThanks, that helps!