bijux-cli 0.3.4

Command-line runtime for automation, plugin-driven tools, and interactive workflows with structured output.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![forbid(unsafe_code)]
//! parser routing suites.

mod flag_normalization_property;
mod normalization_property;
mod parser_abuse;
mod parser_fixtures;
mod parser_fuzz;
mod parser_fuzz_regressions;
mod parser_fuzz_targets;
mod parser_intent;