[BitBoard] Build out the documentation

This commit is contained in:
Eryn Wells 2024-07-13 07:20:18 -07:00
parent daf5c86792
commit 7e45e49502
2 changed files with 81 additions and 46 deletions

View file

@ -3,7 +3,7 @@
//! # The Bitboard Library
//!
//! This module implements a collection of commonly used bitboards that can be
//! looked up efficiently as needed.
//! looked up efficiently.
//!
//! The `library()` method returns a static instance of a `Library`, which
//! provides getters for all available bitboards.