Versions in this module Expand all Collapse all v0 v0.2.2 Dec 22, 2022 Changes in this version + var StdEncoding = newEncoding(encodeStd) + type Encoding struct + func (enc *Encoding) Decode(dst, src []byte) (int, error) + func (enc *Encoding) DecodedLen(n int) int + func (enc *Encoding) Encode(dst, src []byte) int + func (enc *Encoding) EncodedLen(n int) int