docs.rs failed to build simple_stats-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: simple_stats-0.1.1

Simple Stats

A simple statistics library written in Rust. It draws inspiration from the python stdlib statistics module.

The crate is called simple_stats and you can depend on it via cargo:

[dependencies.simple_stats]
git = "https://github.com/jeffbelgum/simple_stats.git"