obfuse 1.0.1

Compile-time string obfuscation with runtime decryption and secure memory wiping
Documentation
1
2
3
4
5
use obfuse::obfuse;

fn main() {
    println!("{}", obfuse!("hello world").as_str());
}