liblzma-sys
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.20" is fully compatible with lzma-sys = "0.1.20",
so you can migrate simply.
Migrate from lzma-sys
# Cargo.toml
[]
= "0.1.20"
+liblzma-sys = "0.1.20"
// *.rs
-use lzma_sys;
+use liblzma_sys;
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.