| Crates.io | uwuizer |
| lib.rs | uwuizer |
| version | 0.3.0 |
| created_at | 2019-12-06 08:06:38.409303+00 |
| updated_at | 2024-04-10 15:45:16.19858+00 |
| description | Rust Macro to UwUize your text. UwU. |
| homepage | |
| repository | https://github.com/Kaleidosium/uwuizer |
| max_upload_size | |
| id | 186830 |
| size | 4,932 |
Rust Macro to UwUize your text. UwU.
Inspired by:
Add this to Cargo.toml:
[dependencies]
uwuizer = "0.3.0"
example.rs :
use uwuizer::*;
fn main() {
let text = uwuize!("euthanize me senpai!!");
println!("{}", text);
}