Rust Macro to UwUize your text. UwU.
Inspired by:
Add this to Cargo.toml:
Cargo.toml
[dependencies] uwuizer = "0.1.1"
example.rs :
example.rs
use uwuizer::*; fn main() { let text = uwuize!("euthanize me senpai!!"); println!("{}", text); }
https://docs.rs/uwuizer/0.1.0/uwuizer/