pub(crate) fn validate_profile_name(
    name: &str,
) -> Result<(), NameValidationError>
Expand description

Validate dir-names and profile names according to RFC 2678.