1 2 3 4 5 6 7 8
pub mod constants; pub mod hexchess; pub mod macros; pub use constants::{Color, Piece}; pub use hexchess::hexchess::Hexchess; pub use hexchess::san::San; pub use hexchess::utils::{index, position};