String Macro
Introduction:
Creates a new instance of String.
P.s.: More useful macros you can find here.
Examples:
// simple string:
let s = str!;
assert_eq!;
// from integer:
let s = str!;
assert_eq!;
// from refference:
let r = 10.2;
let s = str!;
assert_eq!;
// string formatting with arguments:
let s = str!;
assert_eq!;
// string formatting with named arguments:
let name = "World";
let s = str!;
assert_eq!;
Licensing:
Distributed under the MIT license.
Feedback:
You can contact me via GitHub or send a message to my Telegram @fuderis.
This library is constantly evolving, and I welcome your suggestions and feedback.