6 个版本
0.3.0 | 2024 年 4 月 10 日 |
---|---|
0.2.1 | 2020 年 4 月 28 日 |
0.2.0 | 2019 年 12 月 6 日 |
0.1.2 | 2019 年 12 月 6 日 |
在 Rust 模式 中排名 665
每月下载量 50
4KB
uwuizer
Rust 宏将文本转换为 UwU。UwU。
灵感来自
用法
将以下内容添加到 Cargo.toml
[dependencies]
uwuizer = "0.3.0"
example.rs
:
use uwuizer::*;
fn main() {
let text = uwuize!("euthanize me senpai!!");
println!("{}", text);
}
文档
依赖项
~2.4–3.5MB
~59K SLoC