2 unstable releases

0.2.0 Nov 16, 2022
0.1.0 Mar 6, 2020

#175 in Value formatting

Download history 380/week @ 2024-07-27 294/week @ 2024-08-03 294/week @ 2024-08-10 246/week @ 2024-08-17 333/week @ 2024-08-24 399/week @ 2024-08-31 382/week @ 2024-09-07 350/week @ 2024-09-14 415/week @ 2024-09-21 317/week @ 2024-09-28 286/week @ 2024-10-05 314/week @ 2024-10-12 391/week @ 2024-10-19 270/week @ 2024-10-26 335/week @ 2024-11-02 181/week @ 2024-11-09

1,224 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–9MB
~76K SLoC