Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate.
# Cargo.toml
[dependencies]
lzma-sys = "0.1.20"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Call the raw lzma stream decoder (unsafe).
Use xz2 crate for safe high-level bindings.
No dependency data recorded yet.