Motivated by https://github.com/Open-Agriculture/AgIsoStack-rs/discussions/30#discussioncomment-7513986 It appears we can achieve this through judicious use of `#[warn(missing_docs)]` and the existing use of `-Dwarnings` in the CI/CD pipeline. https://doc.rust-lang.org/rustdoc/write-documentation/what-to-include.html
Motivated by #30 (reply in thread)
It appears we can achieve this through judicious use of
#[warn(missing_docs)]and the existing use of-Dwarningsin the CI/CD pipeline. https://doc.rust-lang.org/rustdoc/write-documentation/what-to-include.html