Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 401 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 401 Bytes

uwuizer

Rust Macro to UwUize your text. UwU.

Inspired by:

Usage

Add this to Cargo.toml:

[dependencies]
uwuizer = "0.3.0"

example.rs :

use uwuizer::*;

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

Documentation

https://docs.rs/uwuizer/0.3.0/uwuizer/