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 of the context of that crate.

Macros§

  • Obfuscates a literal text. (aka muddy_str!)
  • Obfuscates multiple static string expressions.
  • Initialization macro that must be called at the crate root. This sets up the scaffolding for the lazy decryption at runtime.
  • Obfuscates a literal text. (aka m!)

Attribute Macros§

  • Obfuscates a static string expression as an attribute macro.