Expand description
Universal cross-references between forest structures.
This module is compiled only when the ecc feature is enabled.
It provides UniversalNodeId (BLAKE3-hashed identity for any node),
CrossRef (a typed directed edge between two nodes), and
CrossRefStore (a concurrent forward/reverse index).
Structs§
- Cross
Ref - A directed, typed cross-reference between two universal nodes.
- Cross
RefStore - Concurrent forward/reverse index of
CrossRefedges. - Universal
Node Id - A 32-byte BLAKE3 hash that uniquely identifies any node across all forest structures.
Enums§
- Cross
RefType - The semantic relationship carried by a
CrossRef. - Structure
Tag - Identifies which forest structure a node belongs to.