macro_rules! eco_format { ($($tts:tt)*) => { ... }; }
Create a new EcoString from a format string.
EcoString
assert_eq!(eco_format!("Hello, {}!", 123), "Hello, 123!");