Expand description
§cliux
cliux is a lightweight Rust crate for formatting terminal output with clean, readable components — no TUI required.
It helps CLI tools present information with structure and style using boxes, sections, dividers, and smart padding.
Re-exports§
pub use components::Boxed;pub use components::Confirm;pub use components::Divider;pub use components::Input;pub use components::Label;pub use components::List;pub use components::Note;pub use components::Section;pub use components::Table;pub use components::Tag;