macro_rules! lc {
($s:literal) => { ... };
}Expand description
Compile-time obfuscated string. Expands to alloc::string::String.
macro_rules! lc {
($s:literal) => { ... };
}Compile-time obfuscated string. Expands to alloc::string::String.