Expand description
Contract façade for governance interoperability.
This crate keeps the cross-cutting governance contract imports small and stable for downstream crates.
Modules§
- feature_
flags - Re-exported feature flag contract types.
- support_
matrix - Re-exported support matrix contract types.
Structs§
- Feature
Flags - Feature flag configuration.
- Feature
Flags Builder - Builder for constructing
FeatureFlagswith a fluent API. - Feature
Flags Handle - Thread-safe, mutable handle to
FeatureFlagsfor runtime toggling. - Feature
Support - Metadata entry for a single COBOL feature in the support matrix.
Enums§
- Feature
- All available feature flags.
- Feature
Category - Feature category for grouping related features.
- Feature
Id - Identifier for a COBOL feature tracked in the support matrix.
- Feature
Lifecycle - Feature lifecycle stage.
- Support
Status - Current implementation status of a COBOL feature.
Functions§
- all_
features - Returns the complete list of tracked COBOL features and their support status.
- find_
feature - Looks up a feature by its kebab-case string identifier (e.g.
"level-88"). - find_
feature_ by_ id - Looks up a feature by its
FeatureIdenum variant.