2 unstable releases
| 0.2.0 | Nov 16, 2022 |
|---|---|
| 0.1.0 | Mar 6, 2020 |
#345 in Value formatting
2,892 downloads per month
Used in 9 crates
(6 directly)
19KB
284 lines
billboard
The billboard crate provides a convenient, high-level API
for creating billboards in the terminal.
Billboard
Display informational boxes in the terminal.
Example
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.
Acknowledgements
This library was heavily inspired by boxen, but has no official association with that project.
Dependencies
~2–13MB
~89K SLoC