$ brotli-decompressor
v5.0.1A 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
Downloads: 189.8M
Recent: 40.8M
Versions: 37
Updated: May 28, 2026
Patch update: 5.0.0 → 5.0.1
$ DOWNLOADS TREND
109.6M189.8M
$ VERSION HISTORY
v5.0.1May 28, 2026
v5.0.0April 20, 2025
$ LINKS
$ INSTALL
cargo add brotli-decompressorOr add to Cargo.toml: brotli-decompressor = "5.0.1"