mememo 0.1.1

mememo stands for Mean, Median, Mode. It provides trivial implementations for those operations.
Documentation
  • Coverage
  • 57.14%
    4 out of 7 items documented3 out of 4 items with examples
  • Size
  • Source code size: 4.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.28 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • patrickbucher

mememo

The crate mememo provides trivial implementations of the operations mean, median, and mode. This crate is not intended for productive use, but only to demonstrate the use of crates and other Rust features.