Attribute Macro muddy::muddy

source ·
#[muddy]
Expand description

Obfuscates a static string expression as an attribute macro.

§Example

#[muddy]
static MY_STR: &str = "my text";