brotli-no-stdlib 1.0.3

A brotli decompressor that does not use 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. For users wishing to use the stdlib, the brotli package, which calls into and abstracts this package, is recommended.
Documentation
Build #7943 2016-08-05T09:05:23.186859+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Compiling alloc-no-stdlib v1.2.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/alloc-no-stdlib-1.2.0/src/lib.rs --crate-name alloc_no_stdlib --crate-type lib -g -C metadata=8ff71aecca7f4926 -C extra-filename=-8ff71aecca7f4926 --out-dir /home/cratesfyi/brotli-no-stdlib-1.0.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/brotli-no-stdlib-1.0.3/debug/deps -L dependency=/home/cratesfyi/brotli-no-stdlib-1.0.3/debug/deps --cap-lints allow`
Documenting brotli-no-stdlib v1.0.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/brotli-no-stdlib-1.0.3/src/lib.rs --crate-name brotli_no_stdlib -o /home/cratesfyi/brotli-no-stdlib-1.0.3/doc -L dependency=/home/cratesfyi/brotli-no-stdlib-1.0.3/debug -L dependency=/home/cratesfyi/brotli-no-stdlib-1.0.3/debug/deps --extern alloc_no_stdlib=/home/cratesfyi/brotli-no-stdlib-1.0.3/debug/deps/liballoc_no_stdlib-8ff71aecca7f4926.rlib`