Expand description
Percent encoding.
Functions in this module is intended for manual URI components manipulation.
If you need to convert a Unicode IRI into ASCII-only URI, check encode_to_uri
methods of IRI string types (such as IriStr::encode_to_uri).
Modules§
- decode
- Decoders for percent-encoding.
Structs§
- Percent
Encoded - A proxy to percent-encode a string.
Type Aliases§
- Percent
Encoded ForIri - A proxy to percent-encode a string as a part of IRI.
- Percent
Encoded ForUri - A proxy to percent-encode a string as a part of URI.