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);
}
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);
}