parse_uuid_with_fallback

Function parse_uuid_with_fallback 

Source
pub fn parse_uuid_with_fallback(uuid_str: &str) -> Uuid
Expand description

Parse a UUID string with fallback to Things UUID conversion

First attempts to parse as a standard UUID format, then falls back to the Things 3 UUID conversion if that fails.