懒人String宏
所有权归 BKSalman。
#2598 在 Rust模式
2KB
用法
let s = string!("some kind of string");
就这么简单,我只是不想每次都写 String::from("") every time
String::from("")