pub fn is_valid_program_name(name: &str) -> bool
Checks whether a string is a valid Aleo program name.
A valid program name must end with .aleo and the base name (without the suffix) must satisfy Aleo package naming rules.
.aleo