Registry / other / figlet-rs

figlet-rs

JSON →
library1.0.0rscratesunverified

Rust implementation of FIGlet to create ascii art.

# Cargo.toml [dependencies] figlet-rs = "1.0.0"
INSTALL
IMPORT
SIG · FIGLET-RS
F
figlet-rs
otherrustv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FIGfont
use figlet_rs::FIGfont;

Render ASCII art text using the standard FIGlet font.

use figlet_rs::FIGfont; fn main() { let font = FIGfont::standard().unwrap(); let figure = font.convert("Hello"); println!("{}", figure.unwrap()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
figlet-rs — cargo add figlet-rs · libregistry