gyscos / zstd-rsLinks
A rust binding for the zstd compression library.
☆577Updated last month
Alternatives and similar repositories for zstd-rs
Users that are interested in zstd-rs are comparing it to the libraries listed below
Sorting:
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆644Updated last month
- Adaptors between compression crates and Rust's async IO types☆535Updated 2 weeks ago
- Fast floating point to string conversion☆647Updated 2 months ago
- cross-platform Rust API for memory mapped IO☆510Updated 3 weeks ago
- ☆493Updated 9 months ago
- A vector with a fixed capacity. (Rust)☆827Updated 9 months ago
- Asynchronous streams for Rust using async & await notation☆693Updated 7 months ago
- Fastest pure Rust implementation of LZ4 compression/decompression.☆530Updated last month
- Rust crate for a convenient RAII scope guard.☆525Updated 2 years ago
- Just, really the littlest Vec you could need. So smol.☆700Updated 5 months ago
- Fast function for printing integer primitives to a decimal string☆331Updated 2 months ago
- Slab allocator for Rust☆804Updated last month
- An implementation of a LRU cache☆728Updated last month
- Rust allocator using jemalloc as a backend☆436Updated last month
- Module initialization/global constructor functions for Rust☆877Updated last week
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆427Updated last month
- Async I/O and timers☆535Updated this week
- A if/elif-like macro for Rust #[cfg] statements☆602Updated last month
- Notify async tasks or threads☆477Updated last week
- A Rust implementation of the xxHash algorithm.☆406Updated last month
- Futures, streams, and async I/O combinators.☆509Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆961Updated 3 months ago
- Backtraces in Rust☆589Updated last month
- A crate for safe and ergonomic pin-projection.☆670Updated 3 weeks ago
- A flexible logger for rust programs that can write to stderr, stdout, and/or to log files☆354Updated last month
- A small cross-platform library for retrieving random data from (operating) system source☆428Updated this week
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆534Updated 4 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆345Updated 4 months ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure