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