1# bzip2
2
3[![Build Status](https://travis-ci.org/alexcrichton/bzip2-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/bzip2-rs)
4[![Build status](https://ci.appveyor.com/api/projects/status/joowqvvwfhxgdw5x?svg=true)](https://ci.appveyor.com/project/alexcrichton/bzip2-rs)
5
6[Documentation](https://docs.rs/bzip2)
7
8A streaming compression/decompression library for rust with bindings to libbz2.
9
10```toml
11# Cargo.toml
12[dependencies]
13bzip2 = "0.3.2"
14```
15
16
17# License
18
19This project is licensed under either of
20
21 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
22   http://www.apache.org/licenses/LICENSE-2.0)
23 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
24   http://opensource.org/licenses/MIT)
25
26at your option.
27
28### Contribution
29
30Unless you explicitly state otherwise, any contribution intentionally submitted
31for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be
32dual licensed as above, without any additional terms or conditions.
33