Skip to content

kimond/ferris-print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple macro to print using ferris say.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages