Expand description
Formatting utilities for URLs.
These formatters can be used to coerce various URL parts into strings.
You can use <formatter>.to_string(), as the formatters implement fmt::Display.
Structs§
- Formatter and serializer for URL path data.
- Formatter for URLs which ignores the fragment field.
- Formatter and serializer for URL username and password data.