note: this library is still in early stages and updates may contain breaking changes
Display informational boxes in the terminal.
Your Cargo.toml
should include boxx
as a dependency
toml
boxx = "0.0.0-alpha"
```rust use boxx::Boxx;
fn main() { Boxx::default().display("Hello, World!"); } ```
More examples can be found here.
This library was heavily inspired by boxen, but has no official association with that project.