Re-exports

pub use adjacency_list_graph::AdjList;
pub use graph::Graph;
pub use matrix_graph::MatrixGraph;
pub use visitor::GraphVisitor;

Modules

Convert visitable graph into dot source code.

Update a graph’s arcs and weights.

Pseudo-math representation of a graph. Used only as a command middleman for Serde.

Compute the cost of all sub path.

Common interface to access a graph’s topology.

Enums

Specify, for a graph, if it is direct or not.

Traits

Return the graph’s type