Module shortest_path

Source
Expand description

Dijkstra shortest-path routing.

Structs§

DefaultShortestPathOptions
Default implementation of a type implementing the ShortestPathOptions trait.

Traits§

ShortestPath
Implements a simple Dijkstra shortest path route finding.
ShortestPathManyToMany
Variant of the ShortestPath trait routing from multiple origins in parallel.
ShortestPathOptions
Generic type parameters: