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

..03-May-2022-

ci/H03-May-2022-2721

src/H03-May-2022-72,10854,026

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

.gitignoreH A D06-Nov-201518 32

.gitmodulesH A D01-Dec-201778 43

.travis.ymlH A D13-Sep-2018793 3529

Cargo.tomlH A D01-Jan-19701.1 KiB3733

Cargo.toml.orig-cargoH A D24-Oct-2018854 3629

LICENSE-APACHEH A D01-Nov-201410.6 KiB202169

LICENSE-MITH A D01-Nov-20141 KiB2622

README.mdH A D01-Dec-2017923 2616

appveyor.ymlH A D01-Dec-20171.2 KiB3128

build.rsH A D24-Oct-20186.1 KiB195153

README.md

1# libz-sys
2
3A common library for linking `libz` to rust programs (also known as zlib).
4
5[![Build Status](https://travis-ci.org/alexcrichton/libz-sys.svg?branch=master)](https://travis-ci.org/alexcrichton/libz-sys)
6[![Build status](https://ci.appveyor.com/api/projects/status/et3ae5mgpbokh9g9?svg=true)](https://ci.appveyor.com/project/alexcrichton/libz-sys)
7
8[Documentation](https://docs.rs/libz-sys)
9
10# License
11
12This project is licensed under either of
13
14 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
15   http://www.apache.org/licenses/LICENSE-2.0)
16 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
17   http://opensource.org/licenses/MIT)
18
19at your option.
20
21### Contribution
22
23Unless you explicitly state otherwise, any contribution intentionally submitted
24for inclusion in `libz-sys` by you, as defined in the Apache-2.0 license, shall be
25dual licensed as above, without any additional terms or conditions.
26