[][src]Module handlegraph::hashgraph

A handlegraph implementation using HashMap to represent the graph topology and nodes, and each path as a Vec of nodes.

Re-exports

pub use self::node::Node;
pub use self::path::Path;

Modules

node

HashGraph node definition and occurrence iterator

path

HashGraph paths, and steps on paths

Structs

HashGraph

A handlegraph implementation using HashMap to represent the graph topology and nodes, and each path as a Vec of nodes.