boxx 0.0.0-alpha

Display informational boxes in the terminal.
Documentation

Boxx

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

Display informational boxes in the terminal.

Example

Your Cargo.toml should include boxx as a dependency

boxx = "0.0.0-alpha"
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.