Versions in this module Expand all Collapse all v1 v1.1.0 Jul 24, 2025 v1.0.0 May 17, 2024 Changes in this version + func Decode(str string) ([]byte, error) + func Encode(bin []byte) string + func UnmarshalBytes(dst, src []byte) error + func UnmarshalString(dst []byte, str string) error + type Alphabet struct