std 库提供了许多自定义类型,这些类型极大地扩展了 primitives。其中一些包括:
std
primitives
String
"hello world"
[1, 2, 3]
Option<i32>
Result<i32, i32>
Box<i32>
原始类型 和 std 库