Module ptree::graph[][src]

Implementation of TreeItem for petgraph::Graph

This module is enabled by the "petgraph" feature.

Functions

print_graph

Print graph, starting at node start, to standard output using default formatting

write_graph_with

Write graph, starting at node start, to writer f using custom formatting