Expand description
Process-local executable implementation registry.
DAG-ML owns descriptor validation and exact resolution while bindings own
the executable object stored as T. The registry is deliberately generic:
Rust can retain closures or trait objects, and bindings can retain native
callable handles without serializing executable code into DAG contracts.
Structs§
- Local
Implementation Registry - Generic process-local registry keyed by a validated implementation descriptor.
Functions§
- implementation_
dispatch_ key - Return the canonical process-local dispatch key for an implementation.