pub fn line_column(text: &str, byte_offset: usize) -> (usize, usize)
1-based line and UTF-8 character column at byte_offset in text.
byte_offset
text