Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 20-Jan-2022 | - | ||||
src/ | H | 20-Jan-2022 | - | 1,906 | 1,070 | |
tests/ | H | 20-Jan-2022 | - | 219 | 176 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
Cargo.toml | H A D | 20-Jan-2022 | 1.3 KiB | 46 | 39 | |
LICENSE-APACHE | H A D | 20-Jan-2022 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | H A D | 20-Jan-2022 | 1 KiB | 26 | 22 | |
README.md | H A D | 20-Jan-2022 | 975 | 34 | 22 |
README.md
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