Module fluent_uri::encoding

source ·
Expand description

Utilities for percent-encoding.

Modules§

  • Percent-encoders for URI components.

Structs§

  • Percent-encoded string slices.
  • A percent-encoded, growable string.
  • An iterator over subslices of an EStr slice separated by a delimiter.
  • A table specifying the byte patterns allowed in a string.

Enums§

  • A wrapper of percent-decoded bytes.

Traits§