Brotli decompressor with no_std support
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. This package contains library source intended for building other packages which use the "disable-timer" feature of the "brotli-decompressor" crate.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 5.0.0-1.fc44 | - |
Fedora 43 | 5.0.0-1.fc43 | 5.0.0-1.fc43 |
Fedora 42 | 5.0.0-1.fc42 | - |
Fedora 41 | 5.0.0-1.fc41 | - |
Fedora EPEL 9 | 5.0.0-1.el9 | - |
Fedora EPEL 10.2 | 5.0.0-1.el10_2 | - |
Fedora EPEL 10.1 | 4.0.3-1.el10_1 | - |
Fedora EPEL 10.0 | 4.0.3-1.el10_0 | - |
You can contact the maintainers of this package via email at
rust-brotli-decompressor dash maintainers at fedoraproject dot org
.