pub fn validate_name(name: &str) -> AbstractResult<()>
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
pub fn validate_name(name: &str) -> AbstractResult<()>
Validate attributes of a ModuleInfo
.
We use the same conventions as Rust package names.
See https://github.com/rust-lang/api-guidelines/discussions/29