Q:

convert number to string rust

let x: u32 = 10;
let s: String = x.to_string();
println!("{}", s);
0

New to Communities?

Join the community