• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H03-May-2022-6157

src/H03-May-2022-1,5501,011

tests/H03-May-2022-129110

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D01-Jan-197018 32

Cargo.tomlH A D01-Jan-19701.5 KiB5848

Cargo.toml.orig-cargoH A D01-Jan-19701,010 3631

LICENSE-APACHEH A D01-Jan-197010.6 KiB202169

LICENSE-MITH A D01-Jan-19701 KiB2622

README.mdH A D01-Jan-1970712 3019

README.md

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