figlet-rs 0.1.5

Rust implementation of FIGlet to create ascii art
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["yuanbohan <yuanbo.han@gmail.com>"]
categories = ["no-std"]
description = "Rust implementation of FIGlet to create ascii art\n"
edition = "2021"
exclude = ["resources/*", "*.png"]
homepage = "https://github.com/yuanbohan/rs-figlet"
keywords = ["figlet", "ascii"]
license = "Apache-2.0"
name = "figlet-rs"
readme = "README.md"
repository = "https://github.com/yuanbohan/rs-figlet"
version = "0.1.5"