yoshuawuyts / miow
A zero-overhead Windows I/O library, focusing on IOCP
☆112Updated last year
Alternatives and similar repositories for miow:
Users that are interested in miow are comparing it to the libraries listed below
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆140Updated 9 months ago
- Utilities for pinning☆97Updated 9 months ago
- Unix signal handling for tokio☆87Updated 6 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆95Updated 2 weeks ago
- Custom derivation macro for Rust☆111Updated 7 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆63Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 10 months ago
- A cache that holds a limited number of key-value pairs☆82Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆77Updated last month
- Extensions for standard networking types☆106Updated 7 months ago
- A simple map based on a vector for small integer keys☆64Updated last month
- SmallVec-backed stack string optimisation☆43Updated 4 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Access File System operations off-thread, using a Futures.☆69Updated 5 years ago
- Safely combine results☆81Updated 4 months ago
- Arena allocator and a handful of useful data structures☆39Updated 4 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…