pub fn validate_uuid(id: &str) -> boolExpand description
Validate a UUID v4 string (strict format: xxxxxxxx-xxxx-4xxx-[89ab]xxx-xxxxxxxxxxxx).
Pure byte inspection — zero dependencies. Useful for validating node and edge IDs before writing to the graph.