Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.04 KB

lzma-sys

Rust sys crate which build liblzma library and provide it to requested crate.

This crate is primiarly for inner usage by Seeneva app. For full raw binding please use xz2 crate.

Requirements

Your system should be able to run 'autotools' commands to build this crate.

Paths

Requested crate should call env::var("DEP_LZMA_ROOT") to get root path to build result.

  • ${DEP_LZMA_ROOT}/lib/liblzma.a - path to the lzma library.
  • ${DEP_LZMA_ROOT}/include - path to lzma headers.

License

The lzma-sys Rust crate is licensed under either of

at your option.

Please read XZ Utils documentation or 3RD-PARTY-LICENSES to know more about liblzma license.