zopfli
Compressor
Reimplements a lossless compression algorithm in Rust
A Rust implementation of the Zopfli compression algorithm.
37 stars
3 watching
4 forks
Language: Rust
last commit: 17 days 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. | 818 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 916 |
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 | 133 |
gyscos/zstd-rs | A Rust binding for the zstd compression library | 527 |
ende76/brotli-rs | A Rust implementation of Brotli decompression | 63 |
razrfalcon/pico-args | An ultra simple CLI arguments parser | 575 |
alexcrichton/bzip2-rs | A Rust library providing bindings to the bzip2 compression library for efficient data encoding and decoding | 99 |
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. | 879 |
lzfse/lzfse | A library and tool that compresses data using the Lempel-Ziv style algorithm with Finite State Entropy coding | 1,771 |
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 | 505 |
retep998/winapi-rs | Raw bindings to Windows API for Rust development | 1,848 |
fltk-rs/fltk-rs | Rust bindings for a lightweight GUI library with customizable widgets and permissive licensing. | 1,614 |