Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type Decoder struct + func NewDecoder(enc string) (*Decoder, error) + func (d *Decoder) Bytes(b []byte) ([]byte, error) + func (d *Decoder) Reader(r io.Reader) io.Reader + func (d *Decoder) String(s string) (string, error) + type Reader struct + func NewReader(r io.Reader, t transform.Transformer) *Reader + func (r *Reader) Read(p []byte) (int, error)