Crate traitgraph[][src]

Expand description

This crate offers traits for abstract graph algorithms as well as implementations of these traits.

Re-exports

pub use traitsequence;

Modules

Abstract graph algorithms.

Different implementations of the graph traits.

Traits and a default implementation for graph indices.

The graph traits.

Methods for reading and writing graphs.

Traits and implementations of node- and edge-centric walks.