incredimo

Crates.ioincredimo
lib.rsincredimo
version0.1.17
created_at2025-01-29 14:21:02.925723+00
updated_at2025-02-20 20:59:45.078514+00
descriptionjust another font for your terminal
homepagehttps://github.com/incredimo/incredifont
repositoryhttps://github.com/incredimo/incredifont
max_upload_size
id1534829
size196,621
incredimo (incredimo)

documentation

https://docs.rs/incredimo

README

Incredimo

dead simple banner generator image

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();
}
Commit count: 25

cargo fmt