|
|
|
|
|
by m-hilgendorf
2256 days ago
|
|
When people want better docs, do they mean better doc tooling or better doc writing? Because personally, I'm a huge fan of cargo-doc and its integration to the ecosystem. Just yesterday I found out about #![deny(missing_docs)] - which combined with executing code snippets in cargo test - enforces really good documentation discipline and ensuring that everything is doc'd, and that docs don't become stale. |
|