rust string::string code example Example: rustlang string let mut hello = String::from("Hello, "); hello.push('w'); hello.push_str("orld!");