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:
- Library implementing the prefix tree in Rust☆35Updated 7 years ago
- Time Interval Counting for Rust - stats based on start/stop times for events☆73Updated 6 years ago
- A zero-allocation ring buffer for storing text logs, implemented in Rust☆51Updated 2 years ago
- Concurrent hash trie☆57Updated 4 years ago
- A Rust library for zero-allocation parsing of binary data.☆49Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Rust serializer library☆87Updated this week
- Small Box optimization: store small item on stack and fallback to heap for large item.☆90Updated 2 months ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Send syslog messages from Rust☆117Updated last year
- An I/O-oriented tokio runtime thread pool☆49Updated 5 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆42Updated 7 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Coroutine and async/await support for tokio-based futures☆119Updated 5 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 6 months ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- A Rust library for accessing Linux process and system information☆90Updated 2 years ago
- TLS API for Rust, and API implementations over native-tls and openssl in separate crates☆50Updated 9 months ago
- skiplist☆142Updated 3 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- A sandboxing library for Rust | now on https://codeberg.org/valpackett/rusty-sandbox☆58Updated 2 years ago
- A reverse proxy built with hyper and tokio.☆51Updated 8 years ago
- Lock free bounded non blocking pub sub queue☆76Updated 2 months ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- Distributed filesystem in Rust☆55Updated 2 years ago
- Twoway / Fast substring search for strings and byte strings (Rust) / Also assorted benchmarks and string search snippets☆64Updated 4 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 5 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated last month