# Functions
CompressBound returns the maximum length of a lz4 block.
Decode returns the decoded form of src.
Encode returns the encoded form of src.
# Constants
MaxInputSize is the largest buffer than can be compressed in a single block.
# Variables
ErrCorrupt indicates the input was corrupt.
No description provided by the author
ErrTooLarge indicates the input buffer was too large.