#print #say #macro #ferris

ferris_print

一个简单的宏,用于使用 ferris say 打印

1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2018 年 3 月 12 日

#9#ferris

43 每月下载量
用于 2 crates

MIT 许可证

4KB

Ferris 打印

Build Status

一个简单的宏,用于使用 ferris say 打印。

为什么?

有时我对经典的 println! 感到无聊。但是,使用 ferrisprint!,我的输出更加吸引人。

说明

将以下内容放入你的 Cargo.toml

[dependencies]
ferris_print = "0.1"

然后使用以下方式导入 crate

#[macro_use]
extern crate ferris_print;

示例

#[macro_use]
extern crate ferris_print;

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

上面的代码将打印出以下内容

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

致谢

依赖关系

约 3.5–4.5MB
约 83K SLoC