#[encrypt_all_strings]
xor all strings in a decorated function
use encryption_macros::encrypt_all_strings; #[encrypt_all_strings] fn main() { println!("everything in this function gets encrypted, {}", "even this") }