[board] Reexport AlgebraicMoveFormatter from the move module
This commit is contained in:
parent
771081a5df
commit
4fe9be036d
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ use crate::{
|
||||||
};
|
};
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|
||||||
|
pub(crate) use move_formatter::AlgebraicMoveFormatter;
|
||||||
|
|
||||||
#[repr(u16)]
|
#[repr(u16)]
|
||||||
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
|
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
|
||||||
pub enum Castle {
|
pub enum Castle {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue