Macro uwuizer::uwuize

source ·
macro_rules! uwuize {
    ($x:expr) => { ... };
}
Expand description

Macro that UwUizes a String

§Examples

use uwuizer::*;
let uwuized = uwuize!("Example text");