andylokandy / byteLinks
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
Sorting:
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆84Updated this week
- A Rust library for zero-allocation parsing of binary data.☆48Updated 2 years ago
- Rust serializer library☆87Updated last year
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Message broker for the Actix actor framework☆37Updated 4 years ago
- Concurrent hash trie☆54Updated 4 years ago
- ☆47Updated 4 years ago
- Futures-aware lock primitives☆39Updated 6 months ago
- Asynchronous Rust client for Apache Kafka☆31Updated 7 years ago
- Migration tool for replacing await! macro with await syntax.☆40Updated 4 years ago
- [DEPRECATED] A simple object arena☆37Updated 4 years ago
- A zero-allocation ring buffer for storing text logs, implemented in Rust☆51Updated 2 years ago
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆42Updated 6 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Extended Finite State Machine library in Rust with internal event queue and entry/exit transitions☆49Updated 3 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
- Extra components for use with Mio.☆31Updated 3 weeks ago
- A simple Rust crate to drop privileges☆37Updated last month
- Observer pattern which generates a futures 0.3 stream of events☆41Updated 2 years ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- A simple library to send ntp requests and receive responses☆29Updated 3 years ago
- ☆76Updated 2 years ago
- OAuth2 client for Rust☆30Updated 5 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 6 months ago
- A thread pool for rust/tokio that can process file requests and send data to the socket with zero copy (using sendfile)☆29Updated 8 years ago