| Crates.io | liblzma-sys |
| lib.rs | liblzma-sys |
| version | 0.4.4 |
| created_at | 2023-09-24 02:08:35.824437+00 |
| updated_at | 2025-06-06 01:19:30.080512+00 |
| description | Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `liblzma` crate. |
| homepage | https://github.com/portable-network-archive/liblzma-rs |
| repository | https://github.com/portable-network-archive/liblzma-rs |
| max_upload_size | |
| id | 981653 |
| size | 6,260,280 |
Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding.
High level Rust bindings are available in the liblzma crate.
This crate is forked from lzma-sys and liblzma-sys = "0.1.x" is fully compatible with lzma-sys = "0.1.20",
so you can migrate simply.
# Cargo.toml
[dependencies]
-lzma-sys = "0.1.20"
+liblzma-sys = "0.1.20"
// *.rs
-use lzma_sys;
+use liblzma_sys;
parallel featureThis project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in liblzma-sys by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.