[][src]Module lz4_flex::block::decompress

The decompression algorithm.

Enums

Error

An error representing invalid compressed data.

Functions

decompress

Decompress all bytes of input into a new vec.

decompress_into

Decompress all bytes of input into output.

decompress_size_prepended

Decompress all bytes of input into a new vec. The first 4 bytes are the uncompressed size in litte endian. Can be used in conjuction with compress_prepend_size