hexchess 2.2.0-beta.0

A library for Gliński's hexagonal chess, and the brain of hexchess.club
Documentation
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};