traitgraph 0.4.5

Different representations with implemented operations on graphs
Documentation

Traitgraph

A Rust crate to represent and operate on graphs.

The basic principle of this crate is to define all methods on traits, and then implement these for concrete graph representations. The crate mainly builds on top of petgraph, and might hopefully be included into petgraph at some point.