rust-monster A port of GALib to rust-lang mainly to take advantage of parallelization. Note This is a very early WIP. Building and Running Tests rust-monster uses cargo packet manager and build tool-chain. Building $> cargo build Runing Tests $> cargo tests Running Tests with debug output $>RUST_LOG=rust_monster=debug cargo tests