brotli 2.0.0

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. All included code is safe.
Documentation
Build #96407 2018-04-19T07:09:07.964846+00:00
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading brotli v2.0.0
Fresh alloc-no-stdlib v1.2.0
Fresh brotli-decompressor v1.2.1
Documenting brotli v2.0.0
Running `rustdoc --crate-name brotli .cargo/registry/src/github.com-1ecc6299db9ec823/brotli-2.0.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern brotli_decompressor=/home/cratesfyi/cratesfyi/debug/deps/libbrotli_decompressor-cb43a4a4fca8ccef.rlib --extern-version brotli_decompressor=brotli-decompressor,1.2.1 --extern alloc_no_stdlib=/home/cratesfyi/cratesfyi/debug/deps/liballoc_no_stdlib-5be4e02f58d0fee6.rlib --extern-version alloc_no_stdlib=alloc-no-stdlib,1.2.0`
Finished dev [unoptimized + debuginfo] target(s) in 9.68 secs