3 个不稳定版本
0.2.0 | 2021 年 6 月 28 日 |
---|---|
0.1.1 | 2021 年 6 月 23 日 |
0.1.0 | 2021 年 6 月 23 日 |
#36 in #clippy
每月 33 次下载
11KB
219 行
use clippy_output::ClippyOutput;
let mut clippy = ClippyOutput::new(50);
clippy
.add_str("It looks like you're creating a project in\nRust. Would you like some help with that?");
clippy.finish();
let output: String = clippy.collect();
println!("{}", output);
/‾‾\
| |
@ @
|| |/
|| ||
|\_/|
\___/
/\
/‾ ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾\
| It looks like you're creating a project in |
| Rust. Would you like some help with that? |
\________________________________________________/
依赖
~0.7–1MB