math_table 0.1.0

Randon Mathemetical &amp Multiplication Table Generator
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 2 items with examples
  • Size
  • Source code size: 2.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 97.89 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Zubair-Askari92

cargo-readme


Generate README.md from doc comments.

Motivation

As you write documentation, you often have to show examples of how to use your software. But
how do you make sure your examples are all working properly? That we didn't forget to update
them after a braking change and left our (possibly new) users with errors they will have to
figure out by themselves?