Skip to main content

is_valid_namespace

Function is_valid_namespace 

Source
fn is_valid_namespace(s: &str) -> bool
Expand description

Check whether a string is a valid namespace: starts with lowercase letter, contains only lowercase alphanumeric + underscores.