pub fn tail(text: &str, max: usize) -> String
Keep the last max bytes of text, on a line boundary.
max
text