Crates.io | magma-says |
lib.rs | magma-says |
version | 0.1.0 |
source | src |
created_at | 2021-03-27 19:57:12.869259 |
updated_at | 2021-03-27 19:57:12.869259 |
description | A magma implementation for classic cowsay |
homepage | https://github.com/magma-labs/magma-says |
repository | https://github.com/magma-labs/magma-says |
max_upload_size | |
id | 374382 |
size | 3,444 |
A magam implementation for classic cowsay
Add in your Cargo.toml
:
[dependencies]
magma-says = "0.1"
Then in your main file or where you plan to use:
use magma_says;
fn main() {
let out = "Hello Rustaceans!";
magma_says::say(out);
}
This will print out when run:
-----------------
Hello Rustaceans!
-----------------
\
\
..................................
................................
..........###..................
........#####.................
......(###,.................
.......#...................
//...........((............
////........,((((...........
/////// .....((((((,..........
////// ...((((((............
*////// ((((((/.............
////// ((((((......####.....
.////// (((((((......######....
//////, ...(((.........#######..
////// .....(............######.
...........................
#WeAreMAGMA