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