Skip to main content

validate_uuid

Function validate_uuid 

Source
pub fn validate_uuid(id: &str) -> bool
Expand 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.