uwuizer
Rust Macro to UwUize your text. UwU.
Inspired by:
Example
example.rs :
use *;
Rust Macro to UwUize your text. UwU.
Inspired by:
example.rs :
use uwuizer::*;
fn main() {
let text = uwuize!("euthanize me senpai!!");
println!("{}", text);
}