Versions in this module Expand all Collapse all v1 v1.0.3003 Feb 8, 2025 v1.0.3002 Feb 5, 2025 Changes in this version + var StdEncoding = NewEncoding(encodeStd) + type Encoding struct + func NewEncoding(encoder string) *Encoding + func (enc *Encoding) Decode(src []byte) ([]byte, error) + func (enc *Encoding) DecodeString(str string) ([]byte, error) + func (enc *Encoding) Encode(bin []byte) []byte + func (enc *Encoding) EncodeToString(bin []byte) string