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
#![forbid(unsafe_code)]
#![recursion_limit = "512"]
//! Core runtime primitives for Rust bijux-cli.

pub mod api;
mod bootstrap;
pub mod contracts;
mod features;
mod infrastructure;
mod interface;
mod kernel;
mod routing;
mod shared;