标签: format rust
在format!(..),print!(..),println!(..)等中,以各种格式插入值很容易,但文档无法添加操作系统特定的换行符(例如{{1在unices / MacOS X中,在Windows上为'\n'。有没有这样的格式说明符?如果没有,应该如何在其格式化的字符串/输出中添加换行符?
format!(..)
print!(..)
println!(..)
'\n'