libz-sys 0.1.4

Bindings to the system libz library (also known as zlib).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "libz-sys"
version = "0.1.4"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
links = "z"
build = "build.rs"
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/libz-sys"
description = """
Bindings to the system libz library (also known as zlib).
"""

[dependencies]
libc = "0.1"

[build-dependencies]
pkg-config = "0.3"