Add 'FromFen' trait

This commit is contained in:
Bruno BELANYI 2022-07-27 23:25:35 +02:00
parent 566dbf2119
commit c5eb965cab
2 changed files with 9 additions and 0 deletions

View file

@ -10,6 +10,9 @@ pub use color::*;
pub mod direction;
pub use direction::*;
pub mod fen;
pub use fen::*;
pub mod file;
pub use file::*;