Versions in this module Expand all Collapse all v1 v1.0.5001 Jul 4, 2026 Changes in this version + var StdEncoding = NewEncoding(lEncodeStd, rEncodeStd) + type Encoding struct + func NewEncoding(lAlphabet, rAlphabet string) *Encoding + func (enc *Encoding) Decode(src []byte) ([]byte, error) + func (enc *Encoding) DecodeString(s string) ([]byte, error) + func (enc *Encoding) Encode(src []byte) []byte + func (enc *Encoding) EncodeToString(src []byte) string