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