Utilities for encoding and decoding frames with async/await
☆76Feb 6, 2026Updated last month
Alternatives and similar repositories for futures-codec
Users that are interested in futures-codec are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆130Oct 31, 2019Updated 6 years ago
- Utilities building on top of Rust's async primitives.☆24Jun 13, 2019Updated 6 years ago
- native timers for futures 0.3☆25Mar 6, 2019Updated 7 years ago
- Rust multihash implementation☆16Oct 1, 2020Updated 5 years ago
- asynchronous networking primitives☆406Nov 6, 2019Updated 6 years ago
- Heap-based async timers☆217Jun 14, 2024Updated last year
- Unix signal handling for tokio☆88Sep 14, 2018Updated 7 years ago
- Measure execution time of a block of Rust code☆18Aug 27, 2019Updated 6 years ago
- A super simple adapter crate to let you use warp filters with AWS lambda runtime☆13May 29, 2022Updated 3 years ago
- A personal wiki☆10Jun 26, 2020Updated 5 years ago
- Empowering everyone to build asynchronous software☆854Oct 29, 2019Updated 6 years ago
- software transactional memory in rust☆14Jul 20, 2021Updated 4 years ago
- Brotli encoders/decoers for Rust☆28Nov 22, 2022Updated 3 years ago
- Message broker for the Actix actor framework☆37Jan 28, 2021Updated 5 years ago
- A newtype with alignment of at least `A` bytes☆35Dec 15, 2025Updated 3 months ago
- Access File System operations off-thread, using a Futures.☆69Feb 26, 2019Updated 7 years ago
- ☆12Feb 20, 2021Updated 5 years ago
- Utilities for encoding and decoding frames using `async/await`.☆33Jul 9, 2025Updated 8 months ago
- QUIC, a multiplexed stream transport over UDP (wip)☆17Jun 3, 2018Updated 7 years ago
- A TLS implementation over AsyncRead and AsyncWrite☆169Apr 23, 2024Updated last year
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆18Mar 12, 2026Updated last week
- Wrapper providing a safe and simple way to access liburing-sys features.☆19Jun 5, 2019Updated 6 years ago
- Async friendly, simple and fast binary encoding and decoding in Rust☆24Apr 13, 2022Updated 3 years ago
- Ninja is a small build system with a focus on speed. Rust language port.☆19Nov 11, 2017Updated 8 years ago
- Xactor is a rust actors framework based on async-std☆218Jun 8, 2022Updated 3 years ago
- Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation☆434Updated this week
- Asynchronous HTTP/1.1 in Rust☆166Oct 8, 2023Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆188Nov 19, 2025Updated 4 months ago
- Async datagram traits☆11Aug 28, 2019Updated 6 years ago
- A safe-guarded transmute for Rust☆41May 21, 2024Updated last year
- Distributed publish-subscribe data service and Mles protocol reference implementation on Rust, Warp and Serde☆167Nov 19, 2025Updated 4 months ago
- ☆39May 25, 2020Updated 5 years ago
- Illustration of Rust await syntax alternatives☆13May 5, 2019Updated 6 years ago
- Watches changes in a rust project, runs test and shows friendly notification☆81Sep 19, 2018Updated 7 years ago
- Async stream for Rust and the futures crate.☆193Mar 12, 2026Updated last week
- Native TLS for futures and async-std☆73Feb 20, 2026Updated last month
- ☆12Nov 22, 2018Updated 7 years ago
- Copy-on-write string utilities for Rust