Skip to main content

Module crossref

Module crossref 

Source
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§

CrossRef
A directed, typed cross-reference between two universal nodes.
CrossRefStore
Concurrent forward/reverse index of CrossRef edges.
UniversalNodeId
A 32-byte BLAKE3 hash that uniquely identifies any node across all forest structures.

Enums§

CrossRefType
The semantic relationship carried by a CrossRef.
StructureTag
Identifies which forest structure a node belongs to.