title_case_word

Function title_case_word 

Source
fn title_case_word(word: &str) -> String
Expand description

Title-case a single word (first char uppercase, rest lowercase).