andylokandy / byte
A low-level, zero-copy, panic-free, binary serializer and deserializer. (parser and encoder)
☆43Updated last year
Alternatives and similar repositories for byte:
Users that are interested in byte are comparing it to the libraries listed below
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- A Rust library for zero-allocation parsing of binary data.☆47Updated 2 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Concurrent hash trie☆54Updated 4 years ago
- Migration tool for replacing await! macro with await syntax.☆40Updated 4 years ago
- ☆40Updated 6 years ago
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆42Updated 6 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- Use format strings to create strongly-typed data pack/unpack interfaces☆62Updated last year
- ☆47Updated 4 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Concurrent work-stealing deque☆47Updated 6 years ago
- Rust serializer library☆87Updated last year
- rust histogram and percentile stats☆47Updated 4 years ago
- A zero-allocation ring buffer for storing text logs, implemented in Rust☆51Updated 2 years ago
- Heapless vector implementation for Rust☆46Updated 3 years ago
- A simple Rust crate to drop privileges☆36Updated last week
- [DEPRECATED] A simple object arena☆37Updated 4 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Message broker for the Actix actor framework☆38Updated 4 years ago
- A buffered I/O stream for Rust☆31Updated 5 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 4 months ago
- A circular buffer with fixed capacity (Rust).☆104Updated last year
- I/O and binary data encoding for Rust☆38Updated 9 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Extended Finite State Machine library in Rust with internal event queue and entry/exit transitions☆49Updated 3 years ago
- Crate for capturing images from a webcam☆51Updated 4 years ago
- Asynchronous file I/O for Tokio☆49Updated last week