2 unstable releases
0.2.0 | Nov 16, 2022 |
---|---|
0.1.0 | Mar 6, 2020 |
#175 in Value formatting
1,224 downloads per month
Used in 9 crates
(6 directly)
19KB
284 lines
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.
lib.rs
:
billboard
The billboard
crate provides a convenient, high-level API
for creating billboards in the terminal.
Dependencies
~1.5–9MB
~76K SLoC