Expand description
This crate offers traits for graph datastructures as well as implementations of these traits.
Re-exports§
pub use traitsequence;
Modules§
- implementation
- Different implementations of the graph traits.
- index
- Traits and a default implementation for graph indices.
- interface
- The graph traits.
- walks
- Traits and implementations of node- and edge-centric walks.