Registry / other / libz-ng-sys

libz-ng-sys

JSON →
library1.1.29rscratesunverified

Low-level bindings to zlib-ng (libz-ng), a high-performance zlib library.

# Cargo.toml [dependencies] libz-ng-sys = "1.1.29"
INSTALL
IMPORT
SIG · LIBZ-NG-SYS
L
libz-ng-sys
otherrustv1.1.29
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

deflate
use libz_ng_sys::*;

Prints the zlib-ng version using the raw C bindings.

use libz_ng_sys::*; fn main() { let version = zlibVersion(); println!("zlib-ng version: {:?}", version); }
Debug
Known issues
gotchaRequires a C compiler and zlib-ng source to build.
fix
Ensure you have a C toolchain installed and the zlib-ng submodule is present.
affects: all
Upgrade
Version history
1.1.29latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
libz-ng-sys — cargo add libz-ng-sys · libregistry