1 个不稳定版本

0.1.0 2021 年 3 月 27 日

#7#rustaceans

MIT 许可证

4KB

magma-says

经典 cowsay 的 magma 实现

用法

在您的 Cargo.toml 中添加

[dependencies]
magma-says = "0.1"

然后在您的主文件或您计划使用的地方

use magma_says;

fn main() {
    let out = "Hello Rustaceans!";

    magma_says::say(out);
}

运行时将打印出以下内容

-----------------
Hello Rustaceans!
-----------------

        \
         \
      ..................................
        ................................
         ..........###..................
          ........#####.................
            ......(###,.................
             .......#...................
             //...........((............
            ////........,((((...........
          /////// .....((((((,..........
         //////    ...((((((............
       *//////      ((((((/.............
      //////       ((((((......####.....
    .//////      (((((((......######....
   //////,      ...(((.........#######..
  //////       .....(............######.
             ...........................
               #WeAreMAGMA


无运行时依赖