2 releases (1 stable)
1.0.0 | Dec 30, 2022 |
---|---|
0.1.0 | Dec 30, 2022 |
#2521 in Rust patterns
2KB
String Macro
Usage:
let s = string!("some kind of string");
that's it, I just don't wanna write String::from("")
every time
1.0.0 | Dec 30, 2022 |
---|---|
0.1.0 | Dec 30, 2022 |
#2521 in Rust patterns
2KB
Usage:
let s = string!("some kind of string");
that's it, I just don't wanna write String::from("")
every time