# Functions
NewUnsupportedCompressionTypeError create a new unsupported compression type error.
# Constants
Gzip compresses data using gzip.
Uncompressed does not compress data.
Zstd compresses data using zstd.
# Structs
CompressedBytes represents compressed data and which compression method is used.
CompressedText represents compressed data and which compression method is used.
# Type aliases
Type the compression type.