This is a "statistics" library without the math. This library predicts odds based purely off of simulation results.
https://docs.rs/mendel
Add this to your Cargo.toml
:
toml
[dependencies]
mendel = "0.0.2"
and this to your crate root:
rust
extern crate mendel;
No.