# Functions
Compress places the canary byte in a buffer and uses the same buffer to fill in the compressed information of the given input.
Decompress checks if the first byte in the input matches the canary byte.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CompressionConfig is used to select a compression type to be performed by Compress and Decompress utilities.
SnappyReadCloser embeds the snappy reader which implements the io.Reader interface.