Generating the documentation

We can easily generate the documentation by running the following command:

cargo doc

This will generate the documentation in the directory target/doc/ftp_server. Here is how it looks:

Figure 10.5