vincenzopalazzo / rioLinks
A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust
☆30Updated 2 years ago
Alternatives and similar repositories for rio
Users that are interested in rio are comparing it to the libraries listed below
Sorting:
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A global executor built on top of async-executor and smol☆74Updated last month
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- A high-performance SPSC bounded circular buffer of bytes☆49Updated 2 months ago
- 🦕 Add dyn compatible variant to your async trait!☆64Updated this week
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- A lightweight Logging and Tracing observability solution for Rust, built with Apache Arrow, Apache Parquet and Apache DataFusion.☆74Updated 11 months ago
- A small async runtime for Rust☆61Updated last year
- Asynchronous DNS lookups☆66Updated last year
- Port of bbolt in Rust☆65Updated 11 months ago
- Async filesystem primitives☆137Updated last month
- This crate implements runtime-agnostic driver for async timers and scheduled tasks.☆48Updated 4 months ago
- An async RPC in rust-lang that mimics golang's net/rpc☆31Updated last year
- Compatibility adapter between tokio and futures☆179Updated 2 weeks ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 6 months ago
- Async networking primitives for TCP/UDP/Unix communication☆135Updated 7 months ago
- a fast async pool based on channel