Versions in this module Expand all Collapse all v0 v0.9.2 Sep 11, 2023 Changes in this version + func CDecode(o, i []byte) (n int) + func CEncode(o, i []byte) (n int) + func NewEncoder(w io.Writer, size int) (p *encoder) v0.9.1 Sep 9, 2023 Changes in this version + const F2 + const F3 + const F4 + const N + const R2 + const R3 + const R4 + const Reserved + const Z1 + const Z2 + const Z3 + func Decode(d, in []byte) (n int, e error) + func NewDecoder(r io.Reader, size int) (p *decoder)