[board] Make the fen module public so clients can access ToFen

This commit is contained in:
Eryn Wells 2024-01-22 08:19:09 -08:00
parent c2a115cee9
commit 3244bfc211

View file

@ -1,9 +1,10 @@
// Eryn Wells <eryn@erynwells.me>
pub mod fen;
#[macro_use]
mod bitboard;
mod display;
mod fen;
mod r#move;
#[macro_use]
mod macros;