March 2026
Intermediate
318 pages
7h 52m
English
The set of topics around I/O and interacting with the filesystem often seems to be neglected in newer programming languages. More than once, I have sat down to try an experimental programming language just to find that the developers hadn't even implemented any means of opening a file.
Thankfully, this isn't the case with Rust, where the standard library is full of well-designed functionality for dealing with files and folders. In this chapter, we'll continue our exploration of the standard library with the goal of understanding how Rust exposes filesystem and I/O operations.
In this chapter, we're going to cover the following main topics:
Read now
Unlock full access