Versions in this module Expand all Collapse all v0 v0.0.2 Mar 30, 2025 v0.0.1 Mar 28, 2025 Changes in this version + func Decode(data []byte) ([]byte, error) + func DecodeStr(data string) ([]byte, error) + func DecodeToStr(data string) (string, error) + func Encode(src []byte) []byte + func EncodeStr(src string) string + func EncodeToStr(src []byte) string