kirillbobyrev / pabi

🤖 [WIP] Monte-Carlo Tree Search chess engine
https://kirillbobyrev.github.io/pabi/docs/pabi/
GNU General Public License v3.0
13 stars 1 forks source link

Upgrade to Rust 1.80.0 and upgrade the code #200

Open kirillbobyrev opened 4 months ago

kirillbobyrev commented 4 months ago

Rust 1.80.0 is planned to become stable on July, 25. After that, the code in src/chess/core.rs can be simplified a little bit. This saves just a couple of lines, but is nice to have.