fixup! Introduce 'Error' enum
This commit is contained in:
parent
f272e49305
commit
955cb3607b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
use std::io::{Result, Write};
|
use std::io::{Result, Write};
|
||||||
|
|
||||||
pub mod board;
|
pub mod board;
|
||||||
|
pub mod error;
|
||||||
pub mod movegen;
|
pub mod movegen;
|
||||||
pub mod utils;
|
pub mod utils;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue