Expand description
xz-embedded-sys
FFI Bindings to the xz-embedded library, which is a simple xz decompression library
The documentation in this crate is copied almost verbatim from the xz-embedded header file, and so there might be some C-isms that aren’t applicable to this rust crate. Please read carefully.
Structs§
- XZRaw
Error - A wrapper around xz_ret
- xz_buf
- Passing input and output buffers to XZ code
Enums§
Functions§
- xz_
crc32 ⚠ - Update CRC32 value using the polynomial from IEEE-802.3.
- xz_
crc64 ⚠ - Update CRC64 value using the polynomial from ECMA-182.
- xz_
crc32_ ⚠init - Initialize the CRC32 lookup table
- xz_
crc64_ ⚠init - Initialize the CRC64 lookup table
- xz_
dec_ ⚠end - Free the memory allocated for the decoder state
- xz_
dec_ ⚠init - Allocate and initialize a XZ decoder state
- xz_
dec_ ⚠reset - Reset an already allocated decoder state
- xz_
dec_ ⚠run - Run the XZ decoder