Skip to main content

Module parser

Module parser 

Source
Expand description

Uuid parsing constructs and utilities.

Functionsยง

decode_hex32 ๐Ÿ”’
Decodes 32 hexadecimal ASCII characters into 16 bytes, returning None if any character is not a valid hexadecimal digit.
parse_braced ๐Ÿ”’
parse_hyphenated ๐Ÿ”’
parse_simple ๐Ÿ”’
parse_urn ๐Ÿ”’
try_parse ๐Ÿ”’