xz-sys 0.4.6-rc.0

liblzma-sys compatible API layer backed by pure Rust xz-core
Documentation
  • Coverage
  • 0.61%
    1 out of 163 items documented0 out of 117 items with examples
  • Size
  • Source code size: 41.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.7 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • simnalamburt youknowone

liblzma-sys compatible API layer backed by pure Rust xz-core

Re-exports symbols from xz-core with the same names and signatures as liblzma-sys, enabling drop-in replacement.

Because c2rust generates per-file type definitions, this layer provides canonical types and thin wrapper functions that cast between structurally identical #[repr(C)] types.