Print formatted
utput Macros
Rust’s print and output functionality is powered by a set of macros from the std::fmt module. Here are the most commonly used ones:
format!: Writes formatted text into a string
print!: Prints content to the standard console output