# README
This is a simple Go wrapper for libdeflate.
# Functions
NewWriter returns a new Writer.
NewWriterLevel is like NewWriter but specifies the compression level instead of assuming DefaultCompression.
# Constants
These constants are copied from klauspost/compress/gzip.
These constants are copied from klauspost/compress/gzip.
These constants are copied from klauspost/compress/gzip.
These constants are copied from klauspost/compress/gzip.
These constants are copied from klauspost/compress/gzip.
# Structs
No description provided by the author
No description provided by the author
A Writer is an io.WriteCloser.