format in std - Rust
Creates a String using interpolation of runtime expressions. The first argument format! receives is a format string. This must be a string literal. The power of the formatting string is in the{} s contained. Additional parameters passed to format!
https://doc.rust-lang.org/std/macro.format.html