REnforce
REnforce copied to clipboard
The documentation is pretty poor
Basically what the title says; there needs to be more documenting of the code. Everything is required to have some documentation or the compiler will yell at you, but the minimum is not enough. In particular, there should longish explanations of each of the modules at the top of their mod.rs
files, and important/useful functions should have doc tests.