February 2023
Intermediate to advanced
400 pages
9h 53m
English
This chapter covers
Rust comes equipped with a large set of tools that makes it easy to organize, structure, test, and comment it. The ecosystem values good documentation style, which is the reason Rust has a built-in commenting system that generates code documentation on the fly, and even tests the code in your comments so your documentation is never out-of-date.
A widely supported linter ...
Read now
Unlock full access