Macro encrypt_string

Source
encrypt_string!() { /* proc-macro */ }
Expand description

A procedural macro that encrypts a string literal at compile time.

ยงParameters

  • input: The string literal to be encrypted.