# Functions
New creates a dummy LZ4 Encoder that does nothing.
# Variables
ErrDeprecated is used to signify the obsoletion of the lz4cust encoding.
# Structs
Encoder compresses data with the LZ4 algorithm (omitting certain bounds-checks for performance reasons).
# Type aliases
Option sets additional parameters on the Encoder.