Expand description
uuid encoding
Functionsยง
- opt_
uuid_ from_ string - Deserializes an optional UUID from a string using serde, returning None for empty strings
- opt_
uuid_ to_ string - Serializes an optional UUID to a string using serde, using empty string for None
- parse_
optional_ uuid - Parse an optional UUID from a string, returning None if the string is empty
- uuid_
from_ string - Deserializes a UUID from a string using serde
- uuid_
to_ string - Serializes a UUID to a string using serde