Versions in this module Expand all Collapse all v0 v0.4.50 Mar 11, 2024 v0.4.49 Mar 11, 2024 Changes in this version + type Codec struct + Compression Compression + Framing Framing + func (c *Codec) Code() int8 + func (c *Codec) Name() string + func (c *Codec) NewReader(r io.Reader) io.ReadCloser + func (c *Codec) NewWriter(w io.Writer) io.WriteCloser + type Compression int + const BestCompression + const BetterCompression + const DefaultCompression + const FasterCompression + type Framing int + const Framed + const Unframed