1 unstable release
Uses old Rust 2015
0.1.0 | Mar 12, 2018 |
---|
#9 in #ferris
43 downloads per month
Used in 2 crates
4KB
Ferris print
A simple macro to print using ferris say.
Why?
Sometime I am bored with the classic println!
. But with ferrisprint!
my output is more exiting.
Instruction
Put the following in you Cargo.toml
:
[dependencies]
ferris_print = "0.1"
Then import the crate with:
#[macro_use]
extern crate ferris_print;
Example
#[macro_use]
extern crate ferris_print;
fn main() {
ferrisprint!("Hello world");
}
The code above will print out this:
----------------------------
| Hello world |
----------------------------
\
\
_~^~^~_
\) / o o \ (/
'_ - _'
/ '-----' \
Credits
- @mgattozzi for ferris-say
Dependencies
~3.5–4.5MB
~83K SLoC