Crate muddy_macros

Source
Expand description

§muddy_macro

This crate provides macros that are reexported by the muddy crate and should not be used outside the context of that crate.

Macros§

muddy
Obfuscates a literal text. The generated code will provide checks against multiple evaluations.
muddy_unchecked
Obfuscates a literal text. The generated code will NOT provide checks against multiple evaluations.