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 | 79 | 67 | 49 |
| Total Downloads | 216.2M | 216.2M | 12.4K |
| 30d Downloads | 10.3M | 10.5M | 0 |
| Dependents | 8.5K | 552 | 0 |
| Releases | 54 | 39 | 6 |
| Last Updated | 29d ago | 29d ago | 331d ago |
| Age | 10y 7m | 9y 2m | 7y 8m |
Health Breakdown
Technical Details
| brotli | brotli-decompressor | brotli-ffi | |
|---|---|---|---|
| Version | 8.0.4 | 5.0.3 | 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 | 5 | 2 | 1 |
| Crate Size | 752KB | 197KB | 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 79/100, but none of the options score above 80.
- •brotli is depended on by 8.5K crates — strongest ecosystem trust.