fn is_valid_extension_name(name: &str) -> bool
Validates an extension name: non-empty, ASCII alphanumeric plus - and _.
-
_