Petfacts (Rust Edition)

Petfacts is a small command line utility for printing out dog or cat facts to the console, this is the rust edition.

The Python edition can be found here and has more features at the moment. I'm working to re-write petfacts fully in Rust.

Installation

To install first make sure you have Cargo installed and open a console window; type cargo install petfacts and Cargo should take care of the rest.

Usage