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