Closed dbrgn closed 4 years ago
(You might even want to add #![deny(missing_docs)]
to the crate attributes.)
Is there a way to avoid duplicating documentation in the README.md
and lib.rs
?
Oh there is https://github.com/rust-lang/rust/issues/44732 which describes exactly this use case :slightly_smiling_face:
The documentation looks a bit... thin right now :slightly_smiling_face:
Adding some docs (explaining how the crate is meant to be used and what the functions do) would definitely improve things!