A simple macro to print using ferris say.
Sometime I am bored with the classic println!
. But with ferrisprint!
my output is more exciting.
Put the following in you Cargo.toml
:
[dependencies]
ferris_print = "0.1"
Then import the crate with:
use ferris_print::ferrisprint;
use ferris_print::ferrisprint;
fn main() {
ferrisprint!("Hello world");
}
The code above will print out this:
----------------------------
| Hello world |
----------------------------
\
\
_~^~^~_
\) / o o \ (/
'_ - _'
/ '-----' \
- @mgattozzi for ferris-say