Decision Workspace
brotli vs brotli-decompressor vs brotli-ffi
Side-by-side comparison of Rust crates
A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.
A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli
A brotli compressor and decompressor that with an interface exactly matching https://github.com/google/brotli. All included code is safe except the thin exported C-compatible functions.
Core Metrics
| brotli | brotli-decompressor | brotli-ffi | |
|---|---|---|---|
| Health Score | 72 | 59 | 50 |
| Total Downloads | 162.1M | 161.8M | 10.1K |
| 30d Downloads | 12.8M | 13.0M | 1.5K |
| Dependents | 6.1K | 409 | 0 |
| Releases | 52 | 36 | 6 |
| Last Updated | 223d ago | 342d ago | 223d ago |
| Age | 10y 4m | 8y 11m | 7y 4m |
Health Breakdown
Technical Details
| brotli | brotli-decompressor | brotli-ffi | |
|---|---|---|---|
| Version | 8.0.2 | 5.0.0 | 2.0.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | BSD-3-Clause AND MIT | BSD-3-Clause/MIT | BSD-3-Clause OR MIT |
| Dependencies | 4 | 2 | 1 |
| Crate Size | 742KB | 195KB | 110KB |
| Features | 16 | 8 | 8 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2015 | — | — |
| MSRV | 1.59.0 | — | — |
| Owners | 3 (team) | 1 | 1 |
Links
Quick Verdict
- •brotli leads with a health score of 72/100, but none of the options score above 80.
- •brotli is depended on by 6.1K crates — strongest ecosystem trust.