$ brotli-decompressor

v6.0.0MAJOR UPDATE

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

Downloads: 251.1M
Recent: 56.9M
Versions: 40
Updated: September 2, 2026

Latest Update Summary

Crate

Name: brotli-decompressor New version: 6.0.0 Release date: 2026-09-02T06:41:13.571275Z

Crate readme

Short description

Long description

Features

Code Examples

Links

https://github.com/dropbox/rust-brotli-decompressor/blob/master/README.md

Release info

Release version: N/A

Release description N/A

Code Examples N/A

Major update: 5.0.3 → 6.0.0

$ DOWNLOADS TREND

109.6M251.1M

$ VERSION HISTORY

v6.0.0September 2, 2026
v5.0.3June 14, 2026
v5.0.2June 14, 2026
v5.0.1May 28, 2026
v5.0.0April 20, 2025

$ LINKS

$ INSTALL

cargo add brotli-decompressor

Or add to Cargo.toml: brotli-decompressor = "6.0.0"