magma-says

Crates.iomagma-says
lib.rsmagma-says
version0.1.0
sourcesrc
created_at2021-03-27 19:57:12.869259
updated_at2021-03-27 19:57:12.869259
descriptionA magma implementation for classic cowsay
homepagehttps://github.com/magma-labs/magma-says
repositoryhttps://github.com/magma-labs/magma-says
max_upload_size
id374382
size3,444
César Carruitero (ccarruitero)

documentation

README

magma-says

A magam implementation for classic cowsay

Usage

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


Commit count: 1

cargo fmt