The goal of this project is not to program a powerful chess engine but to understand the principles of it. Furthermore the project is used to better understand and optimize Rust code.
1. Installing Rust
Visit "https://www.rust-lang.org/tools/install" and follow the instructions
Running UCI:
cargo run --release -- uci
Running Perft:
cargo run --release -- perft