paulkernfeld / future-by-exampleLinks
Examples of common patterns using Future
☆15Updated 7 years ago
Alternatives and similar repositories for future-by-example
Users that are interested in future-by-example are comparing it to the libraries listed below
Sorting:
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated 2 years ago
- Run closures in parallel☆114Updated 7 months ago
- A dependency injection library for message-based applications☆38Updated 4 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated last month
- An adapter for futures, which chunks up elements and flushes them after a timeout — or when the buffer is full. (Formerly known as tokio-…☆80Updated 3 weeks ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- A Rust library for generically joining iterables with a separator☆93Updated 2 years ago
- ☆108Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Thread-safe, reference-counted null-terminated immutable Rust strings.☆43Updated 8 months ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆90Updated 3 years ago
- Data parallelism library for async-std.☆94Updated last year
- Typed any map for rust☆67Updated 8 months ago
- Facade Framework - autogenerated embedded live dashboards for Rust apps☆104Updated 5 years ago
- Streamline updating a Tokio 0.1 application to Tokio 0.2.☆51Updated 4 years ago
- Compacting the SQL into the URL rest API☆58Updated last year
- Concurrent hash trie☆57Updated 4 years ago
- Reactive dependency injection for Rust.☆42Updated 3 weeks ago
- Runtime-agnostic actor library☆77Updated 2 years ago
- Rust serializer library☆87Updated last year
- ☆87Updated 7 months ago
- A memory efficient container for rust nested collections☆40Updated 3 years ago
- User first async http client☆24Updated 2 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 weeks ago
- Write and execute SQL queries with ease☆73Updated 4 years ago
- A macro to generate Rust actors☆45Updated 4 years ago
- Convert closures into wakers☆45Updated 7 months ago
- Bounded MPMC channel abstraction on top of a ring buffer☆42Updated last month