Skip to main content

truncate

Function truncate 

Source
pub fn truncate(s: &str, max: usize) -> String
Expand description

Truncate a string to max bytes, appending “…” if truncated. Handles multi-byte UTF-8 safely by finding the nearest char boundary.