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