The std library provides many custom types which expands drastically on the primitives. Some of these include:
std
primitives
String
"hello world"
[1, 2, 3]
Option<i32>
Result<i32, i32>
Box<i32>
primitives and the std library