Skip to content

Seeneva/lzma-sys

Repository files navigation

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.

About

Rust sys crate which build liblzma library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages