Function uuid_simd::parse_hyphenated
source · Expand description
Parses a hyphenated UUID from arbitrary bytes.
Errors
This function returns Err if:
- The length of
srcdoesn’t match the “hyphenated” format. - The content of
srcis invalid.