Skip to main content

trim_to_width

Function trim_to_width 

Source
fn trim_to_width(s: &str, max_width: usize) -> String
Expand description

Trim a string to at most max_width display columns.