Crate xorstring

Source
Expand description

XOR encrypted strings for Rust.

These are simply a port of LeFF’s C++11 compile-time hacky XOR strings.

Re-exports§

pub use xorstring_procmacro;

Macros§

xorstring
Create and encrypt a string at compile-time and prepare it for decryption on runtime.

Structs§

XorString
A string which has been encrypted on compile-time and is now to be decrypted on runtime.