2 unstable releases

0.2.0 Nov 16, 2022
0.1.0 Mar 6, 2020

#163 in Value formatting

Download history 56/week @ 2023-12-05 87/week @ 2023-12-12 65/week @ 2023-12-19 47/week @ 2023-12-26 62/week @ 2024-01-02 96/week @ 2024-01-09 138/week @ 2024-01-16 96/week @ 2024-01-23 117/week @ 2024-01-30 55/week @ 2024-02-06 108/week @ 2024-02-13 137/week @ 2024-02-20 132/week @ 2024-02-27 119/week @ 2024-03-05 160/week @ 2024-03-12 168/week @ 2024-03-19

594 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

~0.5–9.5MB
~68K SLoC