A Brotli decompressor with a no-stdlib interface suitable for embedded devices and kernels.
# Cargo.toml
[dependencies]
brotli-decompressor = "5.0.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Decompresses a Brotli-compressed byte slice.
Add --features=no-stdlib to your Cargo.toml dependency.
Only enable unsafe if you understand the implications.
No dependency data recorded yet.