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
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- Utilities for pinning☆96Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆84Updated last week
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- ☆124Updated 2 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated 3 months ago
- Heap-based async timers☆214Updated last year
- Get a unique thread ID in Rust☆42Updated 8 months ago
- LRU cache settable via size or time to live☆105Updated 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…☆89Updated 3 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Extensions for standard networking types☆106Updated 11 months ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- Time and duration crate optimized for speed and API stability.☆71Updated last month
- Run closures in parallel☆113Updated 5 months ago
- Rust library providing a lazily filled Cell☆60Updated 4 years ago
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 9 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 typesafe store keyed by types and containing different types of values.☆178Updated 6 years ago
- Scoped Thread Local Storage for Rust☆56Updated last year