fn parse_grid(
    input: &String
) -> (Vec<PartNumber>, HashMap<(usize, usize), char>)
Expand description

Parse a string representing a 2D grid into a list of part numbers and a lookup table of points with character symbols