nvzqz / byte-set-rsLinks
Efficient sets of bytes for Rust
☆19Updated 5 years ago
Alternatives and similar repositories for byte-set-rs
Users that are interested in byte-set-rs are comparing it to the libraries listed below
Sorting:
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- wrap errors with automatic backtrace capture and print-on-result-unwrap☆33Updated last year
- Combine a reader + writer into a duplex of Read + Write☆46Updated 4 years ago
- Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack☆35Updated last week
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated 5 months ago
- Proc macro for smol async runtime☆54Updated 4 years ago
- Concurrent hash trie☆57Updated 4 years ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- ☆63Updated 8 years ago
- The simd optimized escape code☆54Updated 2 weeks ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- constant-size associative container backed by a simple array☆20Updated 2 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 4 months ago
- Unbuffered and unlocked I/O streams☆45Updated 6 months ago
- Crunchy unroller - deterministically unroll constant loops☆45Updated 2 months ago
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.☆30Updated 5 years ago
- Advisory cross-platform file locks using file descriptors☆80Updated 5 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- Hazard pointer based concurrent memory reclamation for Rust.☆31Updated 5 years ago
- Wraps around a futures::Spawn and adds diagnostics to it☆32Updated 5 years ago
- ☆49Updated last year
- Set theory applied on sorted and deduplicated slices.☆47Updated 2 years ago
- Duplicate an async I/O handle☆41Updated 8 months ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 7 months ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types