Module petgraph::graphmap [] [src]

GraphMap<N, E> is an undirected graph where node values are mapping keys.

Structs

AllEdges
Edges
GraphMap

GraphMap<N, E> is an undirected graph, with generic node values N and edge weights E.

Neighbors
Nodes
Ptr

A reference that is hashed and compared by its pointer value.

Traits

NodeTrait

A trait group for GraphMap's node identifier.