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 |
#878 in Rust patterns
22 downloads per month
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
Dependencies
~2.3–3.5MB
~59K SLoC