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 this week
- An implementation of thread pools which can be used with Rust futures☆11Updated 8 years ago
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 5 years ago
- Extraction and modernization of the hyper 0.11.x typed header module☆28Updated 2 years ago
- [DEPRECATED] Non-blocking TCP or Unix connect☆14Updated 3 years ago
- A Rust HashMap implementation with copy-on-write keys and values☆32Updated 5 years ago
- Brotli encoders/decoers for Rust☆28Updated 2 years ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Duplicate an async I/O handle☆40Updated 2 months ago
- A Experimental gRPC implemention with Actix. (WIP)☆9Updated 6 years ago
- Wait for async tasks☆13Updated 2 years ago
- Asynchronous Arc<Mutex<Option<T>>>☆15Updated 5 years ago
- An ordered map and set based on a trie.☆29Updated 4 years ago
- Rust library for marker traits about types layout in memory☆22Updated 4 years ago
- Rust closures you can transfer over an FFI boundary☆25Updated 4 years ago
- A service implemented by a closure☆11Updated 8 years ago
- Local Actor library based on may☆28Updated 9 months ago
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated 11 months ago
- A MPMC channel based on the two lock queue algorithm☆16Updated 7 years ago
- A library for comparing data structures in Rust, oriented toward testing☆23Updated last week
- Treat application routes (URL path + query string) as strongly-typed Rust structs☆13Updated 5 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- Low overhead, high precision measurement crate for Rust☆16Updated last week
- [ARCHIVED] development moved into main actix repo☆38Updated 5 years ago
- ☆38Updated last year
- Rust's missing `String` literal☆19Updated 5 years ago
- Rust String type with configurable byte storage.☆34Updated 6 months ago
- Unix Domain Sockets for mio☆28Updated 4 years ago
- Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack☆33Updated 3 weeks ago
- Lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator.☆12Updated 2 weeks ago