Crates.io | billboard |
lib.rs | billboard |
version | 0.2.0 |
source | src |
created_at | 2020-03-06 22:32:10.957835 |
updated_at | 2022-11-16 17:30:53.447289 |
description | Display informational boxes in the terminal. |
homepage | |
repository | https://github.com/EverlastingBugstopper/billboard |
max_upload_size | |
id | 216194 |
size | 51,547 |
Display informational boxes in the terminal.
Your Cargo.toml
should include billboard
as a dependency
[dependencies]
billboard = "0.2"
use billboard::Billboard;
fn main() {
Billboard::default().eprint("Hello, World!");
}
More examples can be found here.
This library was heavily inspired by boxen, but has no official association with that project.