Crate grafos_tools

Crate grafos_tools 

Source

Modules§

adjacency_list
algorithms
grid
simple_graph

Structs§

AsymmetricEdge
For directed graphs
SymmetricEdge
For undirected graphs
Vertice
The T stands for the id type for the vertice. It should be an integer or a String.

Traits§

Edge
Graph
The trait of a graph