Function validate_name

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

Validate attributes of a ModuleInfo. We use the same conventions as Rust package names. See https://github.com/rust-lang/api-guidelines/discussions/29