pub fn validate_package_id(id: &str) -> Result<(), PackageError>Expand description
Package ids are lowercase alphanumeric with -, _, and . separators.
pub fn validate_package_id(id: &str) -> Result<(), PackageError>Package ids are lowercase alphanumeric with -, _, and . separators.