uwuizer 0.1.0

Rust Macro to UwUize your text. UwU.
Documentation

uwuizer

Rust Macro to UwUize your text. UwU.

Inspired by:

Example

example.rs :

use uwuizer::*;

fn main() {
    let text = uwuize!("euthanize me senpai!!");
    println!("{}", text);
}