std 库提供了许多自定义类型,大大扩展了"原生类型"的功能。其中包括:
std
String
"hello world"
[1, 2, 3]
Option<i32>
Result<i32, i32>
Box<i32>
原生类型和标准库