Rust implementation of https://github.com/busyloop/lolcat.
I wanted to get my feet wet with Rust and found this fun project to replicate in Rust. Because of this reason I haven't used any CLI library. Instead this project uses a simple while..let
loop and match
to parse command line arguments.
cargo test
cargo run -- test-input-1.txt test-input-2.txt
or
cat /dev/urandom | hexdump -C | target/release/rusted-lolcat