Mendel

What is this?

This is a "statistics" library without the math. This library predicts odds based purely off of simulation results.

Documentation

https://docs.rs/mendel

Usage

Add this to your Cargo.toml:

toml [dependencies] mendel = "0.0.2"

and this to your crate root:

rust extern crate mendel;

Should I use this for something serious?

No.