obfustr 0.1.2

compile-time obfuscation of string literals (also byte and C strings)
Documentation
1
2
3
fn main() {
	println!("{}", obfustr::obfuscate!("You should not find this string in the binary!"));
}