2 unstable releases

0.2.0 Nov 16, 2022
0.1.0 Mar 6, 2020

#140 in Value formatting

Download history 171/week @ 2024-06-14 166/week @ 2024-06-21 103/week @ 2024-06-28 145/week @ 2024-07-05 578/week @ 2024-07-12 332/week @ 2024-07-19 358/week @ 2024-07-26 315/week @ 2024-08-02 291/week @ 2024-08-09 266/week @ 2024-08-16 306/week @ 2024-08-23 369/week @ 2024-08-30 420/week @ 2024-09-06 345/week @ 2024-09-13 419/week @ 2024-09-20 256/week @ 2024-09-27

1,499 downloads per month
Used in 9 crates (6 directly)

MIT/Apache

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–8.5MB
~72K SLoC