Skip to main content

validate_binding_name

Function validate_binding_name 

Source
pub fn validate_binding_name(name: &str) -> Result<(), String>
Expand description

Validate a dependencies binding name: lowercase kebab-case, not reserved, not empty.