Decision Workspace
oxiarc-brotli vs brotli vs brotli-decompressor
Side-by-side comparison of Rust crates
Pure Rust Brotli compression/decompression implementation (RFC 7932) for OxiArc
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
Core Metrics
| oxiarc-brotli | brotli | brotli-decompressor | |
|---|---|---|---|
| Health Score | 52 | 72 | 59 |
| Total Downloads | 242 | 162.1M | 161.8M |
| 30d Downloads | 246 | 12.4M | 12.5M |
| Dependents | 6 | 6.1K | 409 |
| Releases | 2 | 52 | 36 |
| Last Updated | 6d ago | 223d ago | 342d ago |
| Age | 10d | 10y 4m | 8y 11m |
Health Breakdown
Technical Details
| oxiarc-brotli | brotli | brotli-decompressor | |
|---|---|---|---|
| Version | 0.2.6 | 8.0.2 | 5.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0 | BSD-3-Clause AND MIT | BSD-3-Clause/MIT |
| Dependencies | 2 | 4 | 2 |
| Crate Size | 41KB | 742KB | 195KB |
| Features | 1 | 16 | 8 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2015 | — |
| MSRV | 1.85 | 1.59.0 | — |
| Owners | 1 | 3 (team) | 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.
- •oxiarc-brotli is pre-1.0 — API may change.