Skip to content

Add more documentation

Marc Konig requested to merge add_more_docs into master
  • Adds documentation to all the public facing source code that was not documented earlier.
  • Adds #![warn(missing_docs)] to the top of src/lib.rs which generates warnings if any public code is undocumented.
  • Adds more diagrams

Merge request reports