Crate branded_graph
source ·Expand description
A branded graph type.
See the documentation of Graph
for more details.
Structs
- An opaque, owned graph structure, that must be unlocked to be accessed or modified.
- A branded graph structure with safe and fast self-references.
- A reference to a node in the graph with lifetime
'id
.
Enums
- A node in the graph with lifetime
'id
.