Expand description
Governance feature mapping contracts for copybook-rs.
This crate provides a stable interoperability surface that maps documented COBOL support-matrix entries to runtime feature flags.
Modules§
- feature_
flags - Re-exported feature flag types from governance contracts.
- support_
matrix - Re-exported support matrix types from governance contracts.
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.
- Governance
Summary - Aggregate counts describing the governance grid coverage.
- Governed
Feature Binding - A single link between a support-matrix entry and its runtime feature flags.
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§
- feature_
flags_ for_ support_ id - Look up the flag linkage for a support feature.
- governance_
bindings - All explicit governance bindings.
- summarize_
governance - Summarize governance mapping health for the current set of support and feature entries.