pub fn offset_to_line_column(content: &str, start: usize) -> (usize, usize)
Converts the start offset of a Loc to (line, col)
Loc
(line, col)