aboutsummaryrefslogtreecommitdiff
path: root/src/bitboard.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitboard.rs')
-rw-r--r--src/bitboard.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bitboard.rs b/src/bitboard.rs
index 4a1ef50..6481863 100644
--- a/src/bitboard.rs
+++ b/src/bitboard.rs
@@ -1,3 +1,4 @@
+/// Finite set of up to 64 bits representing chess board squares
pub type Bitboard = u64;
/// Print bitboard on screen in the same way squares appear in memory