Bindings to libbrotli for Brotli compression and decompression.
# Cargo.toml
[dependencies]
brotli2 = "0.3.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Decompresses Brotli-compressed data using a streaming decoder.
Add 'vendored' feature to Cargo.toml: brotli2 = { version = "0.3", features = ["vendored"] }No dependency data recorded yet.