[][src]Macro uwuizer::uwuize

macro_rules! uwuize {
    ($x:expr) => { ... };
}

Macro that UwUizes a String

Examples

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