Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better documentation #32

Open
13 of 24 tasks
madsmtm opened this issue Sep 5, 2021 · 1 comment
Open
13 of 24 tasks

Better documentation #32

madsmtm opened this issue Sep 5, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@madsmtm
Copy link
Owner

madsmtm commented Sep 5, 2021

Also a few missing from the API Guide checklist:

  • Crate level docs are thorough and include examples (C-CRATE-DOC)
  • All items have a rustdoc example (C-EXAMPLE)
  • Examples use ?, not try!, not unwrap (C-QUESTION-MARK)
  • Function docs include error, panic, and safety considerations (C-FAILURE)
@madsmtm madsmtm added the documentation Improvements or additions to documentation label Sep 5, 2021
@madsmtm madsmtm changed the title Documentation Better documentation Sep 5, 2021
@madsmtm madsmtm mentioned this issue Sep 5, 2021
80 tasks
@madsmtm
Copy link
Owner Author

madsmtm commented Nov 2, 2021

Another todo: Use #![warn(clippy::undocumented_unsafe_blocks, clippy::multiple_unsafe_ops_per_block)].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant