Skip to main content

validate_slug

Function validate_slug 

Source
pub fn validate_slug(slug: &str) -> Result<()>
Expand description

Validate that slug is a valid org slug: lowercase alphanumeric and hyphens, 2–63 characters, must not start or end with a hyphen.