2 unstable releases

0.2.0 Nov 16, 2022
0.1.0 Mar 6, 2020

#345 in Value formatting

Download history 668/week @ 2025-09-19 745/week @ 2025-09-26 297/week @ 2025-10-03 629/week @ 2025-10-10 603/week @ 2025-10-17 1240/week @ 2025-10-24 989/week @ 2025-10-31 605/week @ 2025-11-07 402/week @ 2025-11-14 830/week @ 2025-11-21 1090/week @ 2025-11-28 403/week @ 2025-12-05 958/week @ 2025-12-12 542/week @ 2025-12-19 120/week @ 2025-12-26 1256/week @ 2026-01-02

2,892 downloads per month
Used in 9 crates (6 directly)

MIT/Apache

19KB
284 lines

billboard

The billboard crate provides a convenient, high-level API for creating billboards in the terminal.


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.

Dependencies

~2–13MB
~89K SLoC