#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

#582 in Rust patterns

Download history 4/week @ 2024-02-28 2/week @ 2024-03-27 4/week @ 2024-04-03 124/week @ 2024-04-10

130 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