astar

Function astar 

Source
pub fn astar(
    start: Point,
    goal: Point,
    collision_map: &CollisionMap,
) -> Option<Path>