adze-parser-feature-profile-core 0.1.0

Single-responsibility parser feature profile and backend resolution helpers.
Documentation
  • Coverage
  • 100%
    12 out of 12 items documented0 out of 7 items with examples
  • Size
  • Source code size: 9.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.98 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 41s Average build duration of successful builds.
  • all releases: 41s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • EffortlessMetrics/adze
    0 0 24
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

adze-parser-feature-profile-core

Single-responsibility microcrate for parser feature-profile state and backend resolution policy.

This crate provides:

  • ParserFeatureProfile: snapshot of feature flags (pure-rust, tree-sitter variants, glr)
  • ParserFeatureProfile::resolve_backend: deterministic backend selection
  • Display formatting for profile diagnostics
  • ParserBackend re-export for ergonomic consumers