Re-exports§
pub use adjacency_list;
Modules§
Structs§
- Adjacency
Edge - Directed
Edge - DirectedEdge represents an bidirectional edge between two nodes.
- Indeterminate
Edge - DynamicEdge represents an bidirectional edge between two nodes.
- Node
Range Visitor - Arguments
- Node
Slice Visitor - Arguments
- Nodes
Visitor - A double-ended iterator over the nodes of a graph.
- Static
Directed - Static
Undirected - Undirected
Edge - UndirectedEdge represents an bidirectional edge between two nodes.
Enums§
- Edge
Direction - Determines the direction between two nodes
- Edge
InsertID - Arguments
- Edge
Query - Arguments
- Graph
Entry - Arguments
- Graph
Kind - Mark the graph as directed or undirected.
- Query
- Arguments
- Visit
Order - used to determine the direction of an edge
Traits§
- Edge
- Marker trait for edges
- Entry
Engine - Graph
Engine - Represent a graph storage, with a set of nodes and edges.
- Mutable
Graph - Mark a graph engine that can add and delete edges or points
- Named
Graph - Labeling a graph can provide Weight information
- Node
- Represents a node in a graph
- Weighted
Graph - Labeling a graph can provide Weight information