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 2026Releases
latest 39-
5.0.314 Jun 2026Nothing published for this version
-
5.0.214 Jun 2026Release notes
Open source →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-stdlibFor seccomp, we need CallocBackingStore via
define_allocator_memory_pool!(.., calloc), so this requires
alloc-no-stdlib/unsafeTested against both 2.0.4 and 3.0.0.
-
5.0.128 May 2026Nothing published for this version
-
5.0.020 Apr 2025 -
4.0.318 Apr 2025 -
4.0.221 Jan 2025Nothing published for this version
-
4.0.127 May 2024 -
4.0.012 Apr 2024 -
3.0.003 Apr 2024Nothing published for this version
-
2.5.128 Oct 2023Nothing published for this version
-
2.5.030 Sep 2023Nothing published for this version
-
2.4.030 Sep 2023Nothing published for this version
-
2.3.530 Sep 2023Nothing published for this version
-
2.3.416 Jan 2023Nothing published for this version
-
2.3.316 Jan 2023Nothing published for this version
-
2.3.231 Jul 2021Nothing published for this version
-
2.3.128 May 2020Nothing published for this version
-
2.3.012 Feb 2019Nothing published for this version
-
2.2.011 Feb 2019Nothing published for this version
-
2.1.431 Jan 2019Nothing published for this version
-
2.1.326 Jan 2019Nothing published for this version
-
2.1.214 Jan 2019Nothing published for this version
-
2.1.128 Nov 2018Nothing published for this version
-
2.1.022 Nov 2018Nothing published for this version
-
2.0.422 Nov 2018Nothing published for this version
-
2.0.304 Nov 2018Nothing published for this version
-
2.0.204 Nov 2018Nothing published for this version
-
2.0.103 Nov 2018Nothing published for this version
-
2.0.030 Oct 2018Nothing published for this version
-
1.5.022 Oct 2018Nothing published for this version
-
1.4.006 Oct 2018Nothing published for this version
-
1.3.118 May 2018Nothing published for this version
-
1.3.001 May 2018Nothing published for this version
-
1.2.113 Feb 2018Nothing published for this version
-
1.2.006 Feb 2018Nothing published for this version
-
1.1.110 Nov 2017Nothing published for this version
-
1.1.001 Jun 2017Nothing published for this version
-
1.0.925 Apr 2017Nothing published for this version
-
1.0.825 Apr 2017Nothing published for this version