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§
- Parser
Feature Profile - Snapshot of parser-related feature flags for this build.
Enums§
- Parser
Backend - 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-glrtoggle. - resolve_
backend_ for_ profile - Resolve a backend using an explicit profile.