boxx 0.0.2-beta

Display informational boxes in the terminal.
Documentation

Boxx

note: this library is still in development and updates may contain breaking changes

Display informational boxes in the terminal.

Example

Your Cargo.toml should include boxx as a dependency

[dependencies]
boxx = "0.0.2-beta"
use boxx::Boxx;

fn main() {
  Boxx::default().display("Hello, World!");
}

More examples can be found here.

Acknowledgements

This library was heavily inspired by boxen, but has no official association with that project.