Module graph

Module graph 

Source

Structs§

Graph
An adjacency list representation of a generic graph, including the map required to go from node index to the original node name. The N type parameter is the node name in the original graph, e.g. BString for GFA graphs, or usize for graphs that use integer names.

Type Aliases§

AdjacencyList
FxMapGraph