2 unstable releases

0.2.0 Nov 16, 2022
0.1.0 Mar 6, 2020

#172 in Value formatting

Download history 320/week @ 2024-10-29 279/week @ 2024-11-05 222/week @ 2024-11-12 355/week @ 2024-11-19 368/week @ 2024-11-26 476/week @ 2024-12-03 456/week @ 2024-12-10 592/week @ 2024-12-17 96/week @ 2024-12-24 523/week @ 2024-12-31 634/week @ 2025-01-07 421/week @ 2025-01-14 334/week @ 2025-01-21 347/week @ 2025-01-28 491/week @ 2025-02-04 435/week @ 2025-02-11

1,696 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.9–9MB
~74K SLoC