3 Repositories
Rust decompressor Libraries
c the automagic de(c)ompressor
de(c)ompressor the de(c)ompressor operates on streams compression streams automagically. input streams are detected by magic numbers, output streams a
4 Jan 26, 2023
Lossless compressor and decompressor for numerical data using quantiles
This rust library compresses and decompresses sequences of numerical data very well. It currently supports the following data types: i32, i64, u32, u64, f32, f64. Smaller data types like i16 can be efficiently compressed by casting to i32. Timestamp support may come soon in the future.
163 Dec 14, 2022
Brotli compressor and decompressor written in rust that optionally avoids the stdlib
rust-brotli What's new in 3.2 into_inner conversions for both Reader and Writer classes What's new in 3.0 A fully compatible FFI for drop-in compatibi
659 Dec 29, 2022