copybook-governance-runtime
Runtime governance evaluation for copybook-rs feature controls.
Overview
Turns static governance mappings into runtime state by evaluating active feature flags against
support-matrix rows. Produces FeatureGovernanceState rows that indicate whether each COBOL
feature is currently enabled, and aggregates availability into a FeatureGovernanceSummary.
Usage
use ;
let flags = default;
// Check if a specific feature is runtime-available
let available = is_support_runtime_available;
// Get full runtime summary
let summary = runtime_summary;
println!;
Public API
FeatureGovernanceState— Runtime state for a single support-matrix featureFeatureGovernanceSummary— Aggregate runtime availability statisticsgovernance_states()— All governance rows evaluated against active flagsis_support_runtime_available()— Single-feature runtime checkruntime_summary()— Aggregate summary with enabled/disabled counts
License
AGPL-3.0-or-later