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:
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated 2 years ago
- An adapter for futures, which chunks up elements and flushes them after a timeout — or when the buffer is full. (Formerly known as tokio-…☆77Updated last month
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Parameterized routing for generic resources in Rust☆36Updated last year
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆101Updated last week
- An unordered multiset/bag implementation backed by HashMap☆67Updated 4 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Reactive dependency injection for Rust.☆42Updated 3 months ago
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- A pear is a fruit.☆51Updated last year
- Run closures in parallel☆114Updated 5 months ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 4 years ago
- Rust serializer library☆87Updated last year
- Concurrent hash trie☆57Updated 4 years ago
- A dependency injection library for message-based applications☆38Updated 4 years ago
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated 2 years ago
- High precision decimal☆24Updated 2 years ago
- A Rust library for generically joining iterables with a separator☆93Updated 2 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 6 months ago
- A small-footprint, in-memory database.☆43Updated 4 years ago
- Set the error context using doc comments☆54Updated 5 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated last month
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 7 months ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆59Updated last week
- Read input lines as byte slices for high efficiency☆65Updated last year
- Generate a Markdown section in your README based on your Rust documentation☆58Updated 2 years ago
- Extra components for use with Mio.☆31Updated last month
- 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