simple_stats 0.0.4

A simple statistics library
docs.rs failed to build simple_stats-0.0.4
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 Build Status

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

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
simple_stats = "0.0.4"

and this to your crate root:

extern crate simple_stats;

Contributions

Pull Requests and Issues welcome!