1 unstable release
0.1.0 | Sep 25, 2024 |
---|
#1096 in Text processing
8KB
137 lines
in_rainbows_printer
Prints some In Rainbows-style text to your terminal.
Running
Either
- Download the latest release.
- Run from your terminal of choice.
or
- Clone this repo.
- Build (make sure you have a Rust toolchain).
- Run from your terminal of choice.
Building
- Install Rust.
- Add your target using
rustup target add [your build target]
. - Do
cargo build --release --target [your build target]
.
Dependencies
~3–14MB
~141K SLoC