Registry / utility / bzip2-sys

bzip2-sys

JSON →
library0.1.13+1.0.8rscratesunverified

Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams.

# Cargo.toml [dependencies] bzip2-sys = "0.1.13+1.0.8"
INSTALL
IMPORT
SIG · BZIP2-SYS
B
bzip2-sys
utilityrustv0.1.13+1.0.8
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.

BzDecompress
✓ use bzip2_sys::BzDecompress;

Creates a new bzip2 decompressor instance.

use bzip2_sys::BzDecompress; fn main() { let mut decompressor = BzDecompress::new(); println!("Decompressor created"); }
Debug
Known issues
gotchaRequires libbzip2 to be installed on the system.
fix
Install libbzip2-dev or equivalent package.
affects: *
Upgrade
Version history
0.1.13+1.0.8latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
bzip2-sys — cargo add bzip2-sys · libregistry