mc_sim 0.1.0

A simulator for minecraft speed runs, as that pertains to the Dream cheating scandal.
Documentation
1
2
3
4
5
6
7

quick_error! {
    #[derive(Debug)]
    pub enum McSimError {
        InvalidDistribution
    }
}