#xz #bindings #codec #stream #lzma #liblzma #high

xz-sys

Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the xz crate. Alias of lzma-sys crate

2 unstable releases

0.1.0 Aug 17, 2020
0.0.1 Feb 12, 2015

#13 in #lzma

45 downloads per month

MIT/Apache

1MB
23K SLoC

C 18K SLoC // 0.2% comments Visual Studio Project 2K SLoC M4 725 SLoC // 0.4% comments Automake 560 SLoC // 0.2% comments Rust 399 SLoC // 0.0% comments Shell 332 SLoC // 0.3% comments GNU Style Assembly 294 SLoC // 0.4% comments BASH 244 SLoC // 0.3% comments Bitbake 221 SLoC // 0.2% comments Visual Studio Solution 146 SLoC

xz2

Documentation

Bindings to the liblzma implementation in Rust, also provides types to read/write xz streams.

# Cargo.toml
[dependencies]
xz2 = "0.1"

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in xz2 by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies