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 testcargo run -- test-input-1.txt test-input-2.txtor
cat /dev/urandom | hexdump -C | target/release/rusted-lolcat