BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

brotli-decompressor

v5.0.1crates.io· Rust

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

The verdict
Safe default. Widely trusted across the ecosystem, actively maintained.
Live from the crates.io registry · derived rules, not AI
How it scores
MaintenanceHealthy
PopularityTop 1%
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published this month.
Popularity
3.2M downloads / week
Security
No known advisories for this version (OSV).
License
BSD-3-Clause OR MIT
Dependencies
No runtime dependencies
Recent releases
  • 5.0.1this month
  • 5.0.0over a year ago
  • 4.0.3over a year ago
  • 4.0.2over a year ago
  • 4.0.12 years ago
  • 4.0.02 years ago
  • 3.0.02 years ago
  • 2.5.12 years ago
brotli-decompressor — 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 (Rust / crates.io) — verdict, alternatives & security · Modules