Add piece attack tables and magic bitboards

This commit is contained in:
2024-05-29 20:37:15 +03:00
parent c00c6a7b15
commit 9876fc0465
5 changed files with 772 additions and 0 deletions

View File

@@ -6,3 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = { version = "0.8.5", features = ["small_rng"] }
[lints.rust]
# unsafe_code = "forbid"
[lints.clippy]
enum_glob_use = "deny"
#pedantic = "deny"
#nursery = "deny"
#unwrap_used = "deny"