std 라이브러리들이 제공하는 많은 독자 타입은 드라마틱하게 기본형들을 확장했다. 이들에 포함되는 것들:
std
기본형
String
"hello world"
[1, 2, 3]
Option<i32>
Result<i32, i32>
Box<i32>
primitives and the std library