[go: up one dir, main page]

brotli-decompressor 2.0.2

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 #125343 2018-11-04 00:10:26
# rustc version
rustc 1.31.0-nightly (78ff609d7 2018-10-19)# docs.rs version
cratesfyi 0.6.0 (c695234 2018-11-02)# build log
Updating crates.io index
Downloading crates ...
Downloaded brotli-decompressor v2.0.2
Fresh alloc-no-stdlib v2.0.0
Fresh alloc-stdlib v0.2.1
Documenting brotli-decompressor v2.0.2
Running `rustdoc --crate-name brotli_decompressor /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/brotli-decompressor-2.0.2/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 -20181019-1.31.0-nightly-78ff609d7 --extern-html-root-url 'alloc_no_stdlib=https://docs.rs/alloc-no-stdlib/2.0.0' --extern-html-root-url 'alloc_stdlib=https://docs.rs/alloc-stdlib/0.2.1' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern alloc_no_stdlib=/home/cratesfyi/cratesfyi/debug/deps/liballoc_no_stdlib-5e701a970d0c11cf.rmeta --extern alloc_stdlib=/home/cratesfyi/cratesfyi/debug/deps/liballoc_stdlib-3d9abeb2afe2aa0d.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 5.68s