kitfre/Kinder

Need more thorough documentation

Opened this issue · 1 comments

Kinder should have better documentation, let's face it. For anyone who might want to help out, forking the crate and documenting it would be a huge help.

I recommend having this turned on in the crate root in the future that way everything has to be documented:
#![deny(missing_docs)]

If I'm not too busy this week I'll put in PR with some changes when I can.