Structs§
- HcCompression
Level - The compression level to use with
compress_hc.
Enums§
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
destinationusing LZ4. The number of bytes written todestinationis returned.