Skip to main content

obfstring

Macro obfstring 

Source
macro_rules! obfstring {
    ($s:expr) => { ... };
}
Expand description

Compiletime string constant obfuscation.

Returns an owned String instead of a temporary &str.

See obfstr! for more information.