PackageTrack
Sign in Get early access

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

5.0.3 243M downloads/mo #429 most downloaded on crates.io dropbox/rust-brotli-decompressor

What this package is like to depend on

Last release 2 months ago

14 Jun 2026

Release timing varies

gaps range from 8 days to 1.5 years

Rarely documented

notes for 5 of 39 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

39 releases · first in 2017

3 releases in the last 12 months

see the full history below

Release timeline

39 releases · Apr 2017 to Jun 2026
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 39
  1. 5.0.3 14 Jun 2026

    Nothing published for this version

  2. 5.0.2 14 Jun 2026
    Release notes

    alloc-no-stdlib 3.0.0 moved its C calloc backing store behind the "unsafe"
    feature.

    We only utilize StackAllocator/Allocator/SliceWrapper traits,
    so we are compatible with both versions of alloc-no-stdlib and alloc-stdlib

    For seccomp, we need CallocBackingStore via
    define_allocator_memory_pool!(.., calloc), so this requires
    alloc-no-stdlib/unsafe

    Tested against both 2.0.4 and 3.0.0.

    Open source →
  3. 5.0.1 28 May 2026

    Nothing published for this version

  4. 5.0.0 20 Apr 2025
    Release notes

    only check max dictionary size in the tool per https://github.com/goo…

    Open source →
  5. 4.0.3 18 Apr 2025
    Release notes

    Do 64 bit arithmetic to avoid wrapping 32 bit results

    Open source →
  6. 4.0.2 21 Jan 2025

    Nothing published for this version

  7. 4.0.1 27 May 2024
    Release notes

    Bump version now that the io does not panic

    Open source →
  8. 4.0.0 12 Apr 2024
    Release notes

    Release 4.0.0 without ffi-api by default

    Open source →
  9. 3.0.0 03 Apr 2024

    Nothing published for this version

  10. 2.5.1 28 Oct 2023

    Nothing published for this version

  11. 2.5.0 30 Sep 2023

    Nothing published for this version

  12. 2.4.0 30 Sep 2023

    Nothing published for this version

  13. 2.3.5 30 Sep 2023

    Nothing published for this version

  14. 2.3.4 16 Jan 2023

    Nothing published for this version

  15. 2.3.3 16 Jan 2023

    Nothing published for this version

  16. 2.3.2 31 Jul 2021

    Nothing published for this version

  17. 2.3.1 28 May 2020

    Nothing published for this version

  18. 2.3.0 12 Feb 2019

    Nothing published for this version

  19. 2.2.0 11 Feb 2019

    Nothing published for this version

  20. 2.1.4 31 Jan 2019

    Nothing published for this version

  21. 2.1.3 26 Jan 2019

    Nothing published for this version

  22. 2.1.2 14 Jan 2019

    Nothing published for this version

  23. 2.1.1 28 Nov 2018

    Nothing published for this version

  24. 2.1.0 22 Nov 2018

    Nothing published for this version

  25. 2.0.4 22 Nov 2018

    Nothing published for this version

  26. 2.0.3 04 Nov 2018

    Nothing published for this version

  27. 2.0.2 04 Nov 2018

    Nothing published for this version

  28. 2.0.1 03 Nov 2018

    Nothing published for this version

  29. 2.0.0 30 Oct 2018

    Nothing published for this version

  30. 1.5.0 22 Oct 2018

    Nothing published for this version

  31. 1.4.0 06 Oct 2018

    Nothing published for this version

  32. 1.3.1 18 May 2018

    Nothing published for this version

  33. 1.3.0 01 May 2018

    Nothing published for this version

  34. 1.2.1 13 Feb 2018

    Nothing published for this version

  35. 1.2.0 06 Feb 2018

    Nothing published for this version

  36. 1.1.1 10 Nov 2017

    Nothing published for this version

  37. 1.1.0 01 Jun 2017

    Nothing published for this version

  38. 1.0.9 25 Apr 2017

    Nothing published for this version

  39. 1.0.8 25 Apr 2017

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive