pub(crate) fn validate_profile_name(
name: &str,
) -> Result<(), NameValidationError>
Expand description
Validate dir-names and profile names according to RFC 2678.
pub(crate) fn validate_profile_name(
name: &str,
) -> Result<(), NameValidationError>
Validate dir-names and profile names according to RFC 2678.