Skip to main content

slugify_title

Function slugify_title 

Source
pub fn slugify_title(title: &str) -> String
Expand description

Slugify a PR title into a valid git branch name segment. Follows the algorithm from issue #1126.