andylokandy / byte
A low-level, zero-copy, panic-free, binary serializer and deserializer. (parser and encoder)
☆42Updated 9 months ago
Related projects ⓘ
Alternatives and complementary repositories for byte
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 2 years ago
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆41Updated 6 years ago
- Migration tool for replacing await! macro with await syntax.☆41Updated 3 years ago
- An experimental asynchronous runtime based on `io-uring`.☆76Updated 3 years ago
- A cache that holds a limited number of key-value pairs☆82Updated 2 years ago
- Message broker for the Actix actor framework☆37Updated 3 years ago
- Time Interval Counting for Rust - stats based on start/stop times for events☆74Updated 5 years ago
- Rust serializer library☆85Updated 6 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆74Updated this week
- ☆46Updated 4 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆38Updated last year
- Concurrent hash trie☆51Updated 4 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated last year
- Serialization value trees☆43Updated 3 months ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆33Updated 4 years ago
- Lock free bounded non blocking pub sub queue☆76Updated 3 years ago
- Asynchronous file I/O for Tokio☆48Updated 4 months ago
- Arena allocator and a handful of useful data structures☆39Updated 4 years ago
- Custom derivation macro for Rust☆110Updated 6 years ago
- Type-Safe, Lazily Evaluated, Plugins for Extensible Types☆29Updated 7 years ago
- rust histogram and percentile stats☆46Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆39Updated 8 months ago
- Machine scalar casting that meets your expectations☆73Updated 3 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆42Updated 3 weeks ago
- Async tracing capabilities for the log crate