- Fix all rustc warnings
- Make sure all unit tests pass
- Test all examples
- Read all docs (ideally in rendered form)
- Make sure website is updated and in-sync
- rustfmt
- clippy
- Search for and remove all
expect()
andunwrap()
calls - Search for and address all
TODO
andBUGGO
comments - Make sure readme is updated (should be the same as the top-level crate docs)