Small program written in rust to work as figlet replacement for all available major platforms.
To download binary head into 'Releases' tab, select your os, unzip it and just run executable. It is recommended to place this binary in folder that is in your PATH variable. Then just run it via './rust_figlet' or './rust_figlet.exe'.
If you have rust compiler and cargo installed on your system, installing rust_figlet is as easy as typing:
cargo install --git https://github.com/KanarekLife/rust_figletCargo will automatically compile and install rust_figlet in your system!
git clone https://github.com/KanarekLife/rust_figlet- Make sure you have downloaded rustlang (stable chain) from https://rust-lang.org
- (ONLY ON LINUX) Download libssl-dev (or equivalent) via your package manager
- Head into downloaded folder and run
cargo build --releaseand cargo wil download all dependencies and compilerust_figletinto./target/releasefolder.
Yea sure! Head into http://rustfiglet-demo.kanareklife.repl.run/ to run it into your browser and test it!