We have covered a sizable portion of the Rust standard library. Always check the official documentation online at https://doc.rust-lang.org/std/—it is of an exceptionally high quality and always up-to-date!
In the next and last chapter, we will take a look at using external libraries from Rust via its Foreign Function Interface (FFI).