brotli-decompressor
crates.io v5.0.02,720,441 weekly downloads · 2 Dependencies
Source data as of:
Summary
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…
cargo add brotli-decompressor
- Ecosystemcrates.io
- Version5.0.0
- Weekly downloads2,720,441
- License—
- Dependencies2
- Last release2025-04-20
- First published2017-04-25
Registry values
Reproduced verbatim from the official registry, with the source named on each value.
Description
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 --featur
Registry-supplied description, cleaned to plain text. Source: crates.io (Rust).
Show original (raw) description
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 --featur
Derived indices (computation method published)
Quanteta-computed from the registry values below. This is a derived index, not a measured registry metric. See the formula on the Data & Sources page.