Crates.io | bzip2 |
lib.rs | bzip2 |
version | 0.6.0 |
created_at | 2014-11-13 06:35:38.538844+00 |
updated_at | 2025-06-17 10:05:16.435989+00 |
description | Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams. |
homepage | https://github.com/trifectatechfoundation/bzip2-rs |
repository | https://github.com/trifectatechfoundation/bzip2-rs |
max_upload_size | |
id | 78 |
size | 97,625 |
A streaming bzip2 compression/decompression library for rust.
bzip2-sys
Attempt to use the system libbz2
. When libbz2
is not available, built from source.
A from-source build requires a functional C toolchain for your target, and may not
work for all targets (in particular webassembly).
bzip2 = { version = "0.5.1", default-features = false, features = ["bzip2-sys"] }
static
Always build libbz2
from C source, and statically link it. This flag is only meaningful when bzip2-sys
is used,
and has no effect when the default libbz2-rs-sys
is used as the bzip2 implementation.
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this repository by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.