Skip to main content

Crate adze_governance_runtime_profile_core

Crate adze_governance_runtime_profile_core 

Source
Expand description

Shared parser-feature profile and backend-resolution primitives for runtime consumers.

This crate intentionally isolates compile-time profile selection so higher-level governance/reporting crates can focus on matrix and report rendering concerns.

Structs§

ParserFeatureProfile
Snapshot of parser-related feature flags for this build.

Enums§

ParserBackend
Parser backend supported by the runtime feature matrix.

Functions§

parser_feature_profile_for_runtime
Return the compile-time parser feature profile for the runtime crate.
parser_feature_profile_for_runtime2
Return a parser profile equivalent to the runtime2 pure-rust-glr toggle.
resolve_backend_for_profile
Resolve a backend using an explicit profile.