Module fmt

Source
Expand description

Adapters for alternative string formats.

Macrosยง

impl_fmt_from ๐Ÿ”’
impl_fmt_traits ๐Ÿ”’

Structsยง

Braced
Format a Uuid as a braced hyphenated string, like {67e55044-10b1-426f-9247-bb680e5fe0c8}.
Hyphenated
Format a Uuid as a hyphenated string, like 67e55044-10b1-426f-9247-bb680e5fe0c8.
Simple
Format a Uuid as a simple string, like 67e5504410b1426f9247bb680e5fe0c8.
Urn
Format a Uuid as a URN string, like urn:uuid:67e55044-10b1-426f-9247-bb680e5fe0c8.

Constantsยง

LOWER ๐Ÿ”’
UPPER ๐Ÿ”’

Functionsยง

encode_braced ๐Ÿ”’
encode_hyphenated ๐Ÿ”’
encode_simple ๐Ÿ”’
encode_urn ๐Ÿ”’
format_hyphenated ๐Ÿ”’
format_simple ๐Ÿ”’