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
8
9
10
11
12
13
#[macro_use]
extern crate serde_derive;

#[macro_use]
extern crate quick_error;

pub mod drop;
pub mod drop_list;
pub mod error;
pub mod run;
pub mod sim;
pub mod stats;
pub mod stream;