[][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.

Structs

Path

A generic implementation of a Path

Functions

a_star_search

Searches a Graph using the A* Algorithm.

dijkstra_search

Searches a Graph using Dijkstra's Algorithm.

Type Definitions

Cost

a Type to represent the Cost of traversing a Node