package
0.0.11
Repository: https://github.com/grailbio/base.git
Documentation: pkg.go.dev

# 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.