Expand description
COBOL feature support matrix registry.
Structs§
- Feature
Support - Metadata entry for a single COBOL feature in the support matrix.
Enums§
- Feature
Id - Identifier for a COBOL feature tracked in the support matrix.
- 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.