pub fn parse(input: &str) -> (Grid<u8>, Point)
Uses the utility Grid module to parse a 2D array of ASCII characters.
Grid