plabayo / tower-asyncLinks
async fn(Input) -> Result<Output, Error>
☆51Updated 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:
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- An efficient JSON Value parser☆76Updated 2 years ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- Serde Visitor for deserializing untagged enums☆69Updated last month
- 🦕 Add dyn compatible variant to your async trait!☆72Updated 5 months ago
- A global executor built on top of async-executor and smol☆76Updated 5 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Oneshot Rust channel working both in and between sync and async environments☆96Updated 2 weeks ago
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- Asynchronous DNS lookups☆67Updated last year
- Zero-cost bitsets over native Rust types☆79Updated 2 months ago
- Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.☆136Updated 7 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- Typed any map for rust☆67Updated last year
- Define your own PhantomData☆158Updated last month
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆22Updated 4 years ago
- A generic abstraction of paginated APIs☆62Updated 2 years ago
- futures::AtomicWaker extracted into its own crate☆38Updated 2 months ago
- A concise, self-describing binary format written in Rust for Serde☆68Updated last year
- Open a scope and then freeze it in time for future access.☆108Updated last year
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆51Updated last year
- Simple channel-like APIs over TCP streams for communications between rust services.☆38Updated last year
- A low-level I/O ownership and borrowing library☆106Updated 6 months ago
- Minimal async cache in Rust with support for key expirations☆55Updated 8 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- In Rust, format Duration into a string like "1 hour ago" or "01hou".☆73Updated 3 weeks ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆101Updated 2 weeks ago