4 releases
new 0.1.6 | Jan 30, 2025 |
---|---|
0.1.5 | Jan 30, 2025 |
0.1.4 | Jan 29, 2025 |
0.1.0 | Jan 29, 2025 |
#1380 in Text processing
459 downloads per month
175KB
442 lines
Incredimo
dead simple banner generator
Features
- Sometimes you just need a banner
- No ffi, no dependencies, no build system
- simple println! and call it a day 😉
Example
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();
}
lib.rs
:
Incredifont - A Rust library for creating beautiful terminal banners