stdライブラリは、基本データ型を劇的に拡張するカスタム型を数多く提供します。例えば以下です。
std
String
"hello world"
[1, 2, 3]
Option<i32>
Result<i32, i32>
Box<i32>
基本データ型, std ライブラリ