cat-ascii-faces & cargo-cat
This crate provides two packages, a library and a binary.
The library
You can install the library on your project using the following command:
cargo add cat_ascii_faces
Then, you can use it however you'd like:
use Cats;
The binary
The binary is even simpler :sparkles:
Installation
cargo install cat-ascii-faces
Usage
$ cargo cat --help
cargo-cat is a tool to print cats to the terminal (=^・ェ・^=)
Usage:
cargo cat [OPTIONS]
Options:
--help, -h Print this help message
--all, -a Print all cats
If no option is provided, `cargo cat` will print a random cat face.
Note that the cat may render slightly different depending on the terminal.