the-string-macro
We all have been tired arguing about which of the following is the best practice:
"foo".to_owned
"foo".to_string
Stringfrom
format!
It's time to finish this...
Usage
= "1"
use string;
let s = string!;
let props = vec!;
We all have been tired arguing about which of the following is the best practice:
"foo".to_owned
"foo".to_string
Stringfrom
format!
It's time to finish this...
= "1"
use string;
let s = string!;
let props = vec!;