[][src]Crate lzzzz

Yet another liblz4 binding for Rust. 😴

Modules

lz4

Extremely fast compression algorithm.

lz4_hc

High compression variant of LZ4.

lz4f

LZ4 frame format.

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 Definitions

Result

A specialized Result type for LZ4 operations.