#owo #fun #macro #uwu #uw-u

uwuizer

Rust Macro to UwUize your text. UwU.

6 releases

0.3.0 Apr 10, 2024
0.2.1 Apr 28, 2020
0.2.0 Dec 6, 2019
0.1.2 Dec 6, 2019

#573 in Rust patterns

Download history 2/week @ 2024-02-22 2/week @ 2024-02-29 4/week @ 2024-03-28 83/week @ 2024-04-04 43/week @ 2024-04-11 3/week @ 2024-04-25

127 downloads per month

Unlicense

4KB

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/

Dependencies

~2.4–3.5MB
~58K SLoC