Expand description
Graph validation interface.
Structs§
- Graph
Desc Buf - Owned, no-alloc descriptor (arrays are stored by value).
Traits§
- Graph
Validator - An interface for descriptor validation (borrowed/owned/buffer).
Functions§
- validate_
acyclic_ alloc - Validate acyclicity using Kahn’s algorithm (requires
alloc). - validate_
acyclic_ buf - Validate acyclicity without allocation using fixed-size arrays on the stack.
- validate_
ports - Validates graph ports, including any number of synthetic ingress “monitor edges”.