Function find_path

Source
pub fn find_path(
    grid: &Grid,
    start: Coord,
    end: Coord,
    opts: SearchOpts,
) -> Option<Vec<Coord>>