rust int to actual string value code example Example: rust convert integer to string let s = i.to_string(); // also let s = format!("{}",i);