paulkernfeld / future-by-example
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 3 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 4 years ago
- Parameterized routing for generic resources in Rust☆36Updated last year
- Traits and functions to make writing proc macros more ergonomic.☆22Updated last year
- ☆21Updated 4 years ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 3 years ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated 2 years ago
- Reactive dependency injection for Rust.☆42Updated last month
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated 2 years ago
- User first async http client☆24Updated last year
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated last month
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.☆30Updated 5 years ago
- ☆24Updated 2 years ago
- Derive macro for generating arrays from struct fields.☆20Updated 2 years ago
- Concurrent hash trie☆54Updated 4 years ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Search algorithms written in Rust☆11Updated 7 years ago
- A rust proc-macro to generate conversions for an enum of newtype variants☆28Updated 2 years ago
- A dependency injection library for message-based applications☆38Updated 3 years ago
- Combine a reader + writer into a duplex of Read + Write☆46Updated 4 years ago
- ☆38Updated last year
- Idiomatic Async Prometheus Query (PromQL) Client for Rust.☆20Updated 5 years ago
- Futures-aware lock primitives☆39Updated 5 months ago
- std::thread which joins on drop by default.☆17Updated last month
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- NATS unique identifiers☆20Updated 3 months ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 5 months ago
- Rust macro to build std::Command objects with shell syntax. Uses macro_rules! and works on stable.☆43Updated 5 years ago