Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages