在编译时隐藏字符串,在运行时将变量值视为原始值
所有者 rootfebri.
#970 在 过程宏
每月104 次下载
2KB
示例
fn main() { let greet: String = hidmystr::hidstr!("helloss, world!"); println!("{greet}"); }
~235–680KB ~16K SLoC