Crate lzzzz

Source
Expand description

Full-featured liblz4 binding for Rust.

Modules§

lz4
LZ4 compression and decompression.
lz4_hc
LZ4_HC compression.
lz4f
LZ4F compression and decompression.

Structs§

Error
The error type for LZ4 operations.

Enums§

ErrorKind
A list specifying general categories of LZ4 error.

Functions§

version_number
Returns the version number of liblz4.
version_string
Returns the version string of liblz4.

Type Aliases§

Result
A specialized Result type for LZ4 operations.