bijux-cli 0.3.6

Command-line runtime for automation, plugin-driven tools, and interactive workflows with structured output.
Documentation
1
2
3
4
#![forbid(unsafe_code)]
//! Plugin registry and diagnostics facade.

pub use crate::features::plugins::{list_plugins, load_time_diagnostics};