Expand description
Graph wiring: build each configured graph independently into its own
bare-path namespace, producing the raw GraphSet (the substrate).
Composition into a single graph is a separate projection (see
crate::compose).
This layer is also the adoption seam where drft auto-hashes: sources and builders never compute hashes; drft does, once per node, from the source bytes.
Functionsยง
- build_
set - Build the raw set of per-graph fragments for the graph rooted at
root.