Kaleidosium / uwuizer

Rust Macro to UwUize your text. UwU.

Home Page:https://crates.io/crates/uwuizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Rust Macro to UwUize your text. UwU.

https://crates.io/crates/uwuizer

License:The Unlicense


Languages

Language:Rust 100.0%