[go: up one dir, main page]

snap 0.1.0

A pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression.
Documentation
Build #28327 2016-08-21 12:15:51
# 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`
Downloading snap v0.1.0
Compiling byteorder v0.5.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.5.3/src/lib.rs --crate-name byteorder --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"std\" -C metadata=e4fc6ea0c49cabcf -C extra-filename=-e4fc6ea0c49cabcf --out-dir /home/cratesfyi/snap-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/snap-0.1.0/debug/deps -L dependency=/home/cratesfyi/snap-0.1.0/debug/deps --cap-lints allow`
Compiling lazy_static v0.2.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.2.1/src/lib.rs --crate-name lazy_static --crate-type lib -g -C metadata=359f5533c970cd71 -C extra-filename=-359f5533c970cd71 --out-dir /home/cratesfyi/snap-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/snap-0.1.0/debug/deps -L dependency=/home/cratesfyi/snap-0.1.0/debug/deps --cap-lints allow`
Documenting snap v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/snap-0.1.0/src/lib.rs --crate-name snap -o /home/cratesfyi/snap-0.1.0/doc -L dependency=/home/cratesfyi/snap-0.1.0/debug -L dependency=/home/cratesfyi/snap-0.1.0/debug/deps --extern lazy_static=/home/cratesfyi/snap-0.1.0/debug/deps/liblazy_static-359f5533c970cd71.rlib --extern byteorder=/home/cratesfyi/snap-0.1.0/debug/deps/libbyteorder-e4fc6ea0c49cabcf.rlib`