I think this should be simple, but my Google-fu is weak. I'm trying to build a String in Rust using a u32 variable. In C, I would use snprintf, like this:
Creating a char array in C using variables like in a printf
but I can't find anything on how to do it in Rust.