Versions in this module Expand all Collapse all v1 v1.0.1 Jul 6, 2021 v1.0.0 Jun 28, 2021 Changes in this version + func Decode(dst, src []byte) (n int, err error) + func DecodeString(s string) ([]byte, error) + func DecodedLen(n int) int + func Encode(dst, src []byte) + func EncodeToString(src []byte) string + func EncodedLen(n int) int + func NewDecoder(r io.Reader) io.Reader + func NewEncoder(w io.Writer) io.WriteCloser + type CorruptInputError int64 + func (e CorruptInputError) Error() string