Crates.io | uwuizer |
lib.rs | uwuizer |
version | 0.3.0 |
source | src |
created_at | 2019-12-06 08:06:38.409303 |
updated_at | 2024-04-10 15:45:16.19858 |
description | Rust Macro to UwUize your text. UwU. |
homepage | |
repository | https://github.com/Kaleidosium/uwuizer |
max_upload_size | |
id | 186830 |
size | 4,932 |
Rust Macro to UwUize your text. UwU.
Inspired by:
Add this to Cargo.toml
:
[dependencies]
uwuizer = "0.3.0"
example.rs
:
use uwuizer::*;
fn main() {
let text = uwuize!("euthanize me senpai!!");
println!("{}", text);
}