Modules§
Structs§
Enums§
Traits§
- AStar
Context - AStar
Identifier - An identifier for nodes in the A* graph.
- AStar
Node - A node of the A* graph.
The node must implement
Ord, ordering it by its cost plus A* cost, ascending. The graph defined by the node type must be cycle-free.