Simple Stats

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

Build Status

Documentation

Usage

Add this to your Cargo.toml:

ini [dependencies] simple_stats = "0.0.3"

and this to your crate root:

rust extern crate simple_stats;

Contributions

Pull Requests and Issues welcome!