Skip to main content

Crate copybook_support_matrix

Crate copybook_support_matrix 

Source
Expand description

COBOL feature support matrix registry.

Structs§

FeatureSupport
Metadata entry for a single COBOL feature in the support matrix.

Enums§

FeatureId
Identifier for a COBOL feature tracked in the support matrix.
SupportStatus
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 FeatureId enum variant.