flate2-rs
Compression library
A library that provides bindings to various compression formats.
DEFLATE, gzip, and zlib bindings for Rust
916 stars
15 watching
161 forks
Language: Rust
last commit: 7 days ago
Linked from 1 awesome list
deflategzipzlibzlib-ng
Related projects:
Repository | Description | Stars |
---|---|---|
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
gyscos/zstd-rs | A Rust binding for the zstd compression library | 527 |
alexcrichton/bzip2-rs | A Rust library providing bindings to the bzip2 compression library for efficient data encoding and decoding | 99 |
sstadick/gzp | A multi-threaded data compression library written in Rust. | 154 |
emmanuel-marty/em_inflate | A fast, in-memory decompression library for common compression formats | 73 |
dropbox/rust-brotli | A Rust implementation of the Brotli compression algorithm with a no-stdlib focus. | 818 |
g1mv/density | A fast compression library designed to achieve optimal compression ratios while minimizing processing time. | 1,017 |
zopfli-rs/zopfli | Reimplements a lossless compression algorithm in Rust | 37 |
fltk-rs/fltk-rs | Rust bindings for a lightweight GUI library with customizable widgets and permissive licensing. | 1,614 |
mirage/decompress | A library implementing several decompression algorithms for various compression formats | 115 |
r-lyeh-archived/bundle | An embeddable compression library supporting multiple algorithms and formats. | 635 |
andrewrk/libz | A Zig port of zlib, replacing its build system with a custom implementation. | 14 |
gildor2/fast_zlib | An optimized zlib compression algorithm that provides faster time and slightly smaller compressed files | 133 |
golang/snappy | A compression library implemented in the Go programming language. | 1,528 |
netvl/xml-rs | A Rust library for parsing and working with XML documents | 461 |