Rust Standard Library Cookbook
上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.