2023-12-28 12:08:37 -07:00
|
|
|
// Eryn Wells <eryn@erynwells.me>
|
|
|
|
|
2024-01-19 18:11:27 -08:00
|
|
|
mod position;
|
2023-12-26 11:25:27 -07:00
|
|
|
|
2024-01-24 17:08:27 -08:00
|
|
|
#[macro_use]
|
|
|
|
mod macros;
|
|
|
|
|
2024-02-25 09:52:40 -08:00
|
|
|
#[cfg(test)]
|
2024-01-28 15:47:32 -08:00
|
|
|
#[macro_use]
|
2024-02-25 09:20:45 -08:00
|
|
|
mod testing;
|
2024-01-28 15:47:32 -08:00
|
|
|
|
2025-05-19 16:50:30 -07:00
|
|
|
pub use chessfriend_board::{fen, PlacePieceError, PlacePieceStrategy};
|
2025-05-23 09:58:29 -07:00
|
|
|
pub use position::{Position, ValidateMove};
|