Crate traitgraph[][src]

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

Re-exports

pub use traitsequence;

Modules

algo

Abstract graph algorithms.

implementation

Different implementations of the graph traits.

index

Traits and a default implementation for graph indices.

interface

The graph traits.

io

Methods for reading and writing graphs.

walks

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