Crates.io | rulet |
lib.rs | rulet |
version | 2.0.0 |
source | src |
created_at | 2024-09-26 03:21:41.006935 |
updated_at | 2024-10-02 20:23:01.893579 |
description | A rusty figlet implementation |
homepage | |
repository | https://codeberg.org/Leshuguita/rulet |
max_upload_size | |
id | 1386928 |
size | 19,078 |
____ _ _ _ _____ _____
_____ | _ \| | | | | | ____|_ _| _____
|_____| | |_) | | | | | | _| | | |_____|
|_____| | _ <| |_| | |___| |___ | | |_____|
|_| \_\\___/|_____|_____| |_|
RUsty LETters
A rust crate for drawing FIGlets.
Horizontal fitting (Kerning) and smushing:
I followed this document as for how the different smushing rules work. Not all of them are implemented quite yet:
Different fonts:
The figfont crate is used for loading and parsing fonts. Seems to support everything just fine. No additional fonts are included, you can get some here, or wherever else on the internet.
Max output width:
Wraps words if a line is too long. Won't break up words, though.