Skip to main content

is_valid_program_name

Function is_valid_program_name 

Source
pub fn is_valid_program_name(name: &str) -> bool
Expand description

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.