![Rust Standard Library Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/74/36700074/b_36700074.jpg)
上QQ阅读APP看书,第一时间看更新
Concatenating strings
String manipulation is typically a bit less straightforward in system programming languages than in scripting languages, and Rust is no exception. There are multiple ways to do it, all managing the involved resources differently.