All Projects → kimond → Ferris Print

kimond / Ferris Print

Licence: mit
A simple macro to print using ferris say.

Programming Languages

rust
11053 projects
macros
77 projects

Ferris print

Build Status

A simple macro to print using ferris say.

Why?

Sometime I am bored with the classic println!. But with ferrisprint! my output is more exciting.

Instruction

Put the following in you Cargo.toml:

[dependencies]
ferris_print = "0.1"

Then import the crate with:

use ferris_print::ferrisprint;

Example

use ferris_print::ferrisprint;

fn main() {
    ferrisprint!("Hello world");
}

The code above will print out this:

----------------------------
| Hello world              |
----------------------------
              \
               \
                  _~^~^~_
              \) /  o o  \ (/
                '_   -   _'
                / '-----' \

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].