| Crates.io | incredimo |
| lib.rs | incredimo |
| version | 0.1.17 |
| created_at | 2025-01-29 14:21:02.925723+00 |
| updated_at | 2025-02-20 20:59:45.078514+00 |
| description | just another font for your terminal |
| homepage | https://github.com/incredimo/incredifont |
| repository | https://github.com/incredimo/incredifont |
| max_upload_size | |
| id | 1534829 |
| size | 196,621 |
dead simple banner generator

use incredimo::Banner;
fn main() {
let banner = Banner::new("INCREDIBLE")
.with_colors()
.with_subtitle("IMPOSSIBLE IS JUST A CHALLENGE YET TO BE SOLVED")
.with_line_length(80)
.build()
.unwrap();
}