I want to use the format! macro with a String as first argument, but because the macro expects a string literal, I am not able pass anything differ
format!
String
Check out the strfmt library, it is the closest I've found to do dynamic string formatting.