5个版本
0.1.4 | 2021年12月18日 |
---|---|
0.1.3 | 2021年12月18日 |
0.1.2 | 2021年12月18日 |
0.1.1 | 2021年12月15日 |
0.1.0 | 2021年12月15日 |
6 in #thought
3KB
Rustacean
让Rustacean在应用程序中打印一些内容的工具
如何使用
- 在
Cargo.toml
中添加依赖项
rustacean = "0.1.x"
- 代码
extern crate rustacean;
use rustacean::say;
// in main
rustacean::say("content").unwrap();