Skip to main content

Crate lz4

Crate lz4 

Source

Structs§

HcCompressionLevel
The compression level to use with compress_hc.

Enums§

Error

Functions§

compress
Compresses the given data using LZ4.
compress_hc
Compresses the given data using LZ4 HC.
decompress
Decompresses the given data using LZ4, expecting the given uncompressed size.
decompress_into
Decompresses the given data into destination using LZ4. The number of bytes written to destination is returned.