brotli-decompressor 2.1.3

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
Documentation
Build #139226 2019-01-26T08:59:14.204505+00:00
# rustc version
rustc 1.33.0-nightly (c2d381d39 2019-01-10)# docs.rs version
cratesfyi 0.6.0 (1a20968 2019-01-11)# build log
Updating crates.io index
Downloading crates ...
Downloaded brotli-decompressor v2.1.3
Fresh alloc-no-stdlib v2.0.1
Fresh alloc-stdlib v0.2.1
Documenting brotli-decompressor v2.1.3
Running `rustdoc --crate-name brotli_decompressor /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/brotli-decompressor-2.1.3/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="std"' -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url 'alloc_stdlib=https://docs.rs/alloc-stdlib/0.2.1' --extern-html-root-url 'alloc_no_stdlib=https://docs.rs/alloc-no-stdlib/2.0.1' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern alloc_no_stdlib=/home/cratesfyi/cratesfyi/debug/deps/liballoc_no_stdlib-52dd32748fc99c28.rmeta --extern alloc_stdlib=/home/cratesfyi/cratesfyi/debug/deps/liballoc_stdlib-5353e55425719ac4.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 4.50s