plabayo / tower-asyncLinks
async fn(Input) -> Result<Output, Error>
☆50Updated last year
Alternatives and similar repositories for tower-async
Users that are interested in tower-async are comparing it to the libraries listed below
Sorting:
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Take a value atomically once.☆30Updated 2 years ago
- Zero-cost bitsets over native Rust types☆78Updated 2 months ago
- An efficient JSON Value parser☆77Updated last year
- Serde Visitor for deserializing untagged enums☆63Updated 2 weeks ago
- Parse JSON file at compile time and embed as serde_json::Value☆28Updated 3 months ago
- Timer facilities for Rust's async story☆56Updated 8 months ago
- Async, lock-free synchronization primitives for task wakeup☆45Updated 8 months ago
- Minimal async cache in Rust with support for key expirations☆53Updated last week
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- structured parallel execution for async Rust☆33Updated 9 months ago
- Integrate Diesel into async-std cleanly and efficiently.☆17Updated 2 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 7 months ago
- An async version of iterator☆40Updated 11 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated 3 weeks ago
- Typed any map for rust☆67Updated 5 months ago
- futures::AtomicWaker extracted into its own crate☆27Updated 2 weeks ago
- bytes::BufMut implementation to count buffer size☆22Updated 2 weeks ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Find out what platform your code is running on from Rust☆33Updated 3 years ago
- The simd optimized escape code☆54Updated last week
- Fallible is an Option with inverted Try-semantics.☆26Updated 2 years ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 9 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆72Updated 2 weeks ago
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆21Updated 3 years ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 8 months ago
- Convert closures into wakers☆45Updated 4 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year