2 unstable releases

0.2.0 Nov 16, 2022
0.1.0 Mar 6, 2020

#174 in Value formatting

Download history 250/week @ 2024-11-14 354/week @ 2024-11-21 464/week @ 2024-11-28 472/week @ 2024-12-05 507/week @ 2024-12-12 386/week @ 2024-12-19 104/week @ 2024-12-26 738/week @ 2025-01-02 546/week @ 2025-01-09 376/week @ 2025-01-16 333/week @ 2025-01-23 436/week @ 2025-01-30 342/week @ 2025-02-06 425/week @ 2025-02-13 310/week @ 2025-02-20 278/week @ 2025-02-27

1,424 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