Versions in this module Expand all Collapse all v0 v0.0.7 Mar 11, 2022 Changes in this version + type BytesCompression interface + Compress func([]byte) ([]byte, error) + Decompress func([]byte) ([]byte, error) + String func() string + func NewCompression(name string) BytesCompression + type Encoder interface + DecodeAll func([]byte) (string, error) + EncodeAll func(string) ([]byte, error) + String func() string + func NewEncoder(name string) Encoder