uwuizer

April 10, 2024 ยท View on GitHub

Rust Macro to UwUize your text. UwU.

Inspired by:

  • owo text generator

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/

Contents

  1. 1Usage
  2. 2Documentation