aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2023-02-26 23:26:51 +0300
committereug-vs <eugene@eug-vs.xyz>2023-02-26 23:27:20 +0300
commit8e7ac2814c4a92eba79f9c626ad14ac0b7bfef3f (patch)
treeda30e36423d5b1aa4aaaa2666b985e9674680850 /src/lib.rs
parent54e72754d0fae2b2768b66c39c72e9afaba0cba8 (diff)
downloadchessnost-8e7ac2814c4a92eba79f9c626ad14ac0b7bfef3f.tar.gz
feat: add clock and time management to UCI
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index beebe77..7f94687 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,7 @@
pub mod square;
pub mod bitboard;
pub mod board;
+pub mod clock;
pub mod attacks;
pub mod moves;
pub mod grossmeister;