Decision Workspace
libdeflater vs flate2 vs libdeflate-sys
Side-by-side comparison of Rust crates
66
libdeflater
stablev1.25.2
Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data.
79
flate2
stablev1.1.9
DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams.
64
libdeflate-sys
stablev1.25.2
Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data.
Core Metrics
| libdeflater | flate2 | libdeflate-sys | |
|---|---|---|---|
| Health Score | 66 | 79 | 64 |
| Total Downloads | 1.7M | 424.0M | 1.7M |
| 30d Downloads | 212.7K | 29.6M | 216.0K |
| Dependents | 359 | 55.6K | 63 |
| Releases | 33 | 77 | 28 |
| Last Updated | 47d ago | 52d ago | 47d ago |
| Age | 6y 6m | 11y 4m | 5y 9m |
Health Breakdown
libdeflater
Maintenance
16
Quality
21
Community
13
Popularity
7
Documentation
9
flate2
Maintenance
17
Quality
21
Community
19
Popularity
8
Documentation
14
libdeflate-sys
Maintenance
16
Quality
21
Community
11
Popularity
7
Documentation
9
Technical Details
| libdeflater | flate2 | libdeflate-sys | |
|---|---|---|---|
| Version | 1.25.2 | 1.1.9 | 1.25.2 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 4 | 11 | 2 |
| Crate Size | 23KB | 83KB | 203KB |
| Features | 3 | 13 | 2 |
| Yanked % | 0.0% | 2.6% | 0.0% |
| Edition | 2018 | 2018 | 2018 |
| MSRV | — | 1.67.0 | — |
| Owners | 1 | 3 | 1 |
Links
Quick Verdict
- •flate2 leads with a health score of 79/100, but none of the options score above 80.
- •flate2 is depended on by 55.6K crates — strongest ecosystem trust.