Man Rust is the shit! The compiler will build markdown documentation for you from comments in your code if you want it to! I have heard of stuff like this in other languages but never realized how powerful it is, a major problem in development is lack of documentation, and that is usually because the maintainers do not want to sit down and build documents. If you can do it while building though it makes everything so much easier.
@loweel Lol true story but at least you can kill two birds with one stone. Documenting while coding means details are fresh and it isn't a separate time consuming process. I am already in the habit of commenting extensively, adding a litle markdown isn't much more.
Reality: code lacks of good comments too.