Rust implementation of "Girls just want to have puns" from https://github.com/iancanderson/girls_just_want_to_have_puns
Started at PLIBMTTBHGATY, December 5th 2015 at thoughtbot SF.
Following the (excellent) guide by gabebw: How to Learn a New Programming Language
#Usage
$ cargo run
will run the application with the default pun word "Heart".
$ cargo run #{word}
will run with whatever word you provide.
Critique is both welcome and desired.