Versions in this module Expand all Collapse all v0 v0.2.0 Mar 28, 2024 v0.1.0 Sep 27, 2023 Changes in this version + func Decode(s []byte, from string) ([]byte, error) + func Encode(s []byte, to string) ([]byte, error) + func IsEncodingSupported(name string) bool + func Transform(s []byte, from, to string) ([]byte, error) + func TransformString(s string, from, to string) (string, error)