[][src]Module petgraph::graphmap

GraphMap<N, E, Ty> is a graph datastructure where node values are mapping keys.

Structs

AllEdges
AllEdgesMut
Edges
GraphMap

GraphMap<N, E, Ty> is a graph datastructure using an associative array of its node weights N.

Neighbors
NeighborsDirected
NodeIdentifiers
NodeReferences
Nodes
Ptr

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

Traits

NodeTrait

A trait group for GraphMap's node identifier.

Type Definitions

DiGraphMap

A GraphMap with directed edges.

UnGraphMap

A GraphMap with undirected edges.