Skip to content

renjithgr/rusted-lolcat

Repository files navigation

Rusted Lolcat

Build

Rust implementation of https://github.com/busyloop/lolcat.

Screen shot of Lolcat

Why??

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.

Development

Running tests

cargo test

Running local examples

cargo run -- test-input-1.txt test-input-2.txt

or

cat /dev/urandom | hexdump -C | target/release/rusted-lolcat

Releases

No releases published

Packages

No packages published

Languages