Skip to main content

Crate copybook_governance_grid

Crate copybook_governance_grid 

Source
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§

FeatureFlags
Feature flag configuration.
FeatureFlagsBuilder
Builder for constructing FeatureFlags with a fluent API.
FeatureFlagsHandle
Thread-safe, mutable handle to FeatureFlags for runtime toggling.
FeatureSupport
Metadata entry for a single COBOL feature in the support matrix.
GovernanceSummary
Aggregate counts describing the governance grid coverage.
GovernedFeatureBinding
A single link between a support-matrix entry and its runtime feature flags.

Enums§

Feature
All available feature flags.
FeatureCategory
Feature category for grouping related features.
FeatureId
Identifier for a COBOL feature tracked in the support matrix.
FeatureLifecycle
Feature lifecycle stage.
SupportStatus
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.