uwuizer 0.2.0

Rust Macro to UwUize your text. UwU.
Documentation

uwuizer

Rust Macro to UwUize your text. UwU.

Inspired by:

Usage

Add this to Cargo.toml:

[dependencies]
uwuizer = "0.2.0"
regex = "1.3.1"
rand = "0.7.2"

example.rs :

use uwuizer::*;

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

Documentation

https://docs.rs/uwuizer/0.1.0/uwuizer/