Skip to main content

tail

Function tail 

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

Keep the last max bytes of text, on a line boundary.