yoshuawuyts / miowLinks
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
Sorting:
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 3 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆83Updated 2 weeks ago
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- Utilities for pinning☆97Updated last year
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- Extensions for standard networking types☆106Updated 11 months ago
- Custom derivation macro for Rust☆112Updated 7 years ago
- ☆124Updated 2 years ago
- Time and duration crate optimized for speed and API stability.☆70Updated 2 weeks ago
- Task abstraction for building executors☆212Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Procedural macros in expression position☆203Updated 2 years ago
- Heap-based async timers☆213Updated 11 months ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A typesafe store keyed by types and containing different types of values.☆177Updated 6 years ago
- A simple map based on a vector for small integer keys☆65Updated 6 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Run closures in parallel☆113Updated 4 months ago
- Coroutine and async/await support for tokio-based futures☆119Updated 5 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated 2 months ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- LRU cache settable via size or time to live☆105Updated 3 years ago
- Unix signal handling for tokio☆88Updated 6 years ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆137Updated 7 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 10 months ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 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…