diff options
author | eug-vs <eugene@eug-vs.xyz> | 2023-01-24 20:55:21 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2023-01-24 20:55:21 +0300 |
commit | 4a62a723f052ed0506cf9342c009cc315a8379a3 (patch) | |
tree | 2ba5bb20d17776268259fc9d446a52ba0f9dd1d0 /src/lib.rs | |
parent | 36c8c6bd84513fe2a8c9956b842baaee510b25c0 (diff) | |
download | chessnost-4a62a723f052ed0506cf9342c009cc315a8379a3.tar.gz |
bench: setup perft benchmarking
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..2eaef2b --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,5 @@ +pub mod square; +pub mod bitboard; +pub mod board; +pub mod attacks; +pub mod moves; |