tokio-rs / async
Utilities building on top of Rust's async primitives.
☆23Updated 5 years ago
Alternatives and similar repositories for async:
Users that are interested in async are comparing it to the libraries listed below
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆16Updated last week
- A rust library for reusing heap allocations☆24Updated 5 years ago
- [DEPRECATED] Non-blocking TCP or Unix connect☆14Updated 3 years ago
- A service implemented by a closure☆11Updated 8 years ago
- An implementation of thread pools which can be used with Rust futures☆11Updated 8 years ago
- Unix Domain Sockets for mio☆28Updated 4 years ago
- A tiny embedded, lock free, redis-like, pub+sub, brokerless, key value datastore. ømq+sled☆34Updated last year
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 5 years ago
- A Experimental gRPC implemention with Actix. (WIP)☆9Updated 6 years ago
- A Rust HashMap implementation with copy-on-write keys and values☆32Updated 5 years ago
- Local Actor library based on may☆28Updated 8 months ago
- Brotli encoders/decoers for Rust☆28Updated 2 years ago
- Treat application routes (URL path + query string) as strongly-typed Rust structs☆13Updated 5 years ago
- Low overhead, high precision measurement crate for Rust☆16Updated 2 months ago
- Asynchronous adapter for byteorder☆19Updated 4 years ago
- Rust String type with configurable byte storage.☆34Updated 5 months ago
- Measuring a network link by creating new connections☆10Updated 2 years ago
- Duplicate an async I/O handle☆40Updated last month
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- A MPMC channel based on the two lock queue algorithm☆16Updated 7 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- Async readiness traits☆11Updated 5 years ago
- futures::AtomicWaker extracted into its own crate☆25Updated last month
- ☆55Updated 3 weeks ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- Asynchronous Arc<Mutex<Option<T>>>☆15Updated 5 years ago
- NATS unique identifiers☆20Updated 2 weeks ago
- Utilities for concurrent programming☆37Updated 6 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- http response/request parser for rust☆13Updated 9 years ago