gecko-dev/third_party/rust/bzip2
Matthew Gregan 3bf2f6de54 Bug 1403048 - Update Rust deps for audioipc. r=kamidphish,rillian
--HG--
extra : rebase_source : a9765e844b818a84cfa2ce69b525a7a2ed72c6de
2017-09-26 15:51:30 +13:00
..
src
tests
.cargo-checksum.json Bug 1403048 - Update Rust deps for audioipc. r=kamidphish,rillian 2017-09-26 15:51:30 +13:00
.travis.yml
appveyor.yml
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md

bzip2

Build Status Build status

Documentation

A streaming compression/decompression library for rust with bindings to libbz2.

# Cargo.toml
[dependencies]
bzip2 = "0.2"

License

bzip2-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.