Module url::format
[−]
[src]
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
PathFormatter |
Formatter and serializer for URL path data. |
UrlNoFragmentFormatter |
Formatter for URLs which ignores the fragment field. |
UserInfoFormatter |
Formatter and serializer for URL username and password data. |