Module daggy::petgraph
[−]
[src]
Modules
algo |
Graph algorithms. |
dot |
Simple graphviz dot file format output. |
graph |
|
graphmap |
|
unionfind |
|
visit |
Graph visitor algorithms. |
Structs
Bfs |
A breadth first search (BFS) of a graph. |
BfsIter |
An iterator for a breadth first traversal of a graph. |
Dfs |
A depth first search (DFS) of a graph. |
DfsIter |
An iterator for a depth first traversal of a graph. |
Graph |
|
GraphMap |
|
Enums
Directed |
Marker type for a directed graph. |
EdgeDirection |
Edge direction |
Undirected |
Marker type for an undirected graph. |
Traits
EdgeType |
A graph's edge type determines whether is has directed edges or not. |
IntoWeightedEdge |
Convert an element like |