brotli-decompressor 1.0.9

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 #47581 2017-04-25T09:09:14.227313+00:00
# rustc version
rustc 1.18.0-nightly (bbdaad0dc 2017-04-14)
# docs.rs version
cratesfyi 0.3.2 (e3bc9fb 2017-04-22)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading brotli-decompressor v1.0.9
Compiling alloc-no-stdlib v1.2.0
Running `rustc --crate-name alloc_no_stdlib .cargo/registry/src/github.com-1ecc6299db9ec823/alloc-no-stdlib-1.2.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=06001f3da32415fd -C extra-filename=-06001f3da32415fd --out-dir /home/cratesfyi/brotli-decompressor-1.0.9/debug/deps -L dependency=/home/cratesfyi/brotli-decompressor-1.0.9/debug/deps --cap-lints allow`
Documenting brotli-decompressor v1.0.9
Running `rustdoc --crate-name brotli_decompressor .cargo/registry/src/github.com-1ecc6299db9ec823/brotli-decompressor-1.0.9/src/lib.rs -o /home/cratesfyi/brotli-decompressor-1.0.9/doc -L dependency=/home/cratesfyi/brotli-decompressor-1.0.9/debug/deps --extern alloc_no_stdlib=/home/cratesfyi/brotli-decompressor-1.0.9/debug/deps/liballoc_no_stdlib-06001f3da32415fd.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 4.0 secs