zopfli
Compressor
Reimplements a lossless compression algorithm in Rust
A Rust implementation of the Zopfli compression algorithm.
38 stars
3 watching
5 forks
Language: Rust
last commit: 2 months ago
Linked from 1 awesome list
hacktoberfestrustzopfli
Related projects:
Repository | Description | Stars |
---|---|---|
dropbox/rust-brotli | A Rust implementation of the Brotli compression algorithm with a no-stdlib focus. | 819 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 936 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
gildor2/fast_zlib | An optimized zlib compression algorithm that provides faster time and slightly smaller compressed files | 132 |
gyscos/zstd-rs | A Rust binding for the zstd compression library | 531 |
ende76/brotli-rs | A Rust implementation of Brotli decompression | 62 |
razrfalcon/pico-args | An ultra simple CLI arguments parser | 582 |
aisamanra/rust-haskell-ffi | A proof-of-concept demonstrating how to call Rust code from Haskell | 131 |
lemire/fastpfor | A C++ library for compressing integers efficiently using SIMD instructions and optimized for sorted lists of integers. | 887 |
lzfse/lzfse | A library and tool that compresses data using the Lempel-Ziv style algorithm with Finite State Entropy coding | 1,774 |
emmanuel-marty/em_inflate | A fast, in-memory decompression library for common compression formats | 73 |
duckdb/duckdb-rs | An ergonomic Rust wrapper for DuckDB's C API | 527 |
retep998/winapi-rs | Raw bindings to Windows API for Rust development | 1,850 |
fltk-rs/fltk-rs | Rust bindings for a cross-platform GUI library | 1,646 |