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
- An implementation of thread pools which can be used with Rust futures☆11Updated 8 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆16Updated 3 weeks ago
- A service implemented by a closure☆11Updated 8 years ago
- [ARCHIVED] development moved into main actix repo☆38Updated 5 years ago
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 5 years ago
- [DEPRECATED] Non-blocking TCP or Unix connect☆14Updated 3 years ago
- Duplicate an async I/O handle☆41Updated 2 months ago
- Unix Domain Sockets for mio☆29Updated 4 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated last year
- Asynchronous file I/O for Tokio☆49Updated last week
- A Rust HashMap implementation with copy-on-write keys and values☆32Updated 5 years ago
- ☆39Updated last year
- A Experimental gRPC implemention with Actix. (WIP)☆9Updated 6 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- A double-ended priority queue implemented with an interval heap.☆18Updated 7 years ago
- Local Actor library based on may☆28Updated 9 months ago
- Utility for reusing memory☆53Updated 5 years ago
- The simd optimized escape code☆53Updated this week
- futures::AtomicWaker extracted into its own crate☆25Updated 2 months ago
- Combine a reader + writer into a duplex of Read + Write☆46Updated 4 years ago
- Asynchronous adapter for byteorder☆19Updated 4 years ago
- Macros for async-std.☆38Updated 5 years ago
- Rust closures you can transfer over an FFI boundary☆25Updated 4 years ago
- Brotli encoders/decoers for Rust☆28Updated 2 years ago
- Low overhead, high precision measurement crate for Rust☆16Updated 3 weeks ago
- Treat application routes (URL path + query string) as strongly-typed Rust structs☆13Updated 5 years ago
- Measuring a network link by creating new connections☆10Updated 2 years ago
- Rust String type with configurable byte storage.☆35Updated 7 months ago
- A Stream yielding inotify events, to be run on the tokio framework.☆22Updated 5 years ago
- A MPMC channel based on the two lock queue algorithm☆16Updated 7 years ago