bijux-cli 0.3.6

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
12
13
14
15
#![forbid(unsafe_code)]
//! Intentional public facade for runtime and query consumers.

pub mod config;
pub mod diagnostics;
pub mod install;
pub mod kernel;
pub mod output;
pub mod parser;
pub mod plugins;
pub mod repl;
pub mod routing;
pub mod runtime;
pub mod telemetry;
pub mod version;