[board] Declare ToFen and implement it on Position and supporting types
I can now print a position in FEN!
This commit is contained in:
parent
dbbf2d4c46
commit
3dfebb22eb
2 changed files with 140 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#[macro_use]
|
||||
mod bitboard;
|
||||
mod display;
|
||||
mod fen;
|
||||
mod r#move;
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue