uwuizer

Crates.iouwuizer
lib.rsuwuizer
version0.3.0
sourcesrc
created_at2019-12-06 08:06:38.409303
updated_at2024-04-10 15:45:16.19858
descriptionRust Macro to UwUize your text. UwU.
homepage
repositoryhttps://github.com/Kaleidosium/uwuizer
max_upload_size
id186830
size4,932
Dania Rifki (Kaleidosium)

documentation

https://docs.rs/uwuizer/

README

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/

Commit count: 10

cargo fmt