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:

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