Expand description
Spec registry for loading and querying function specifications.
The registry loads specs from multiple directories with a defined precedence order:
./saf-specs/*.yaml— project local (highest priority)~/.saf/specs/*.yaml— user global<binary>/../share/saf/specs/*.yaml— shipped defaults$SAF_SPECS_PATH/*.yaml— explicit override (if set)
Structs§
- Spec
Registry - A registry of function specifications.
Enums§
- Registry
Error - Errors that can occur when loading the registry.