[go: up one dir, main page]

brotli-decompressor 1.3.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. 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 #97915 2018-05-01 21:34:27
# 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-decompressor v1.3.0
Fresh alloc-no-stdlib v1.2.0
Documenting brotli-decompressor v1.3.0
Running `rustdoc --crate-name brotli_decompressor .cargo/registry/src/github.com-1ecc6299db9ec823/brotli-decompressor-1.3.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 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 3.74 secs