[][src]Module hierarchical_pathfinding::generics

A Module for generic implementations.

This Module is primarily used as the internal Library Backend for the actual implementations in the other Modules. You may use the provided functionality for other purposes, but it is recommended to use implementations from other Crates instead.

Modules

graph

Implementation of A* and Dijkstra for Graphs

grid

Implementation of A* and Dijkstra for Grids

Structs

Path

A generic implementation of a Path

Type Definitions

Cost

a Type to represent the Cost of traversing a Node