Versions in this module Expand all Collapse all v0 v0.1.1 Jul 9, 2023 Changes in this version + var LaxDecoder transform.Transformer = laxDecoder v0.1.0 Mar 19, 2023 Changes in this version + var Decoder transform.Transformer = decoder + var URIEncoder = NewEncoder(...('-', '.', '_')) + func NewEncoder(allowed Bytes) transform.Transformer + type Bytes struct + func (b Bytes) Allow(xs ...byte) Bytes + func (b Bytes) AllowRange(lo, hi byte) Bytes + func (b Bytes) Allowed(x byte) bool + func (b Bytes) Reserve(xs ...byte) Bytes