Code
Documenting code is an important skill to have because it conveys information to developers about the intention and usage of the library.
In the following sections we'll take a look at three ways of documenting code and a code style guide.
For general documentation refer to how Rust documents code.