Expand description
Adapters for alternative string formats.
Macrosยง
- impl_
fmt_ ๐from - impl_
fmt_ ๐traits
Structsยง
- Format a
Uuid
as a braced hyphenated string, like{67e55044-10b1-426f-9247-bb680e5fe0c8}
. - Format a
Uuid
as a hyphenated string, like67e55044-10b1-426f-9247-bb680e5fe0c8
. - Format a
Uuid
as a simple string, like67e5504410b1426f9247bb680e5fe0c8
. - Format a
Uuid
as a URN string, likeurn:uuid:67e55044-10b1-426f-9247-bb680e5fe0c8
.
Constantsยง
Functionsยง
- encode_
braced ๐ - encode_
hyphenated ๐ - encode_
simple ๐ - encode_
urn ๐ - format_
hyphenated ๐ - format_
simple ๐