Expand description

The most fundamental data types and whatnot for cetkaik, a board game. See https://sites.google.com/view/cet2kaik/the-standardized-rule-in-english for more context. /机戦(セットカイク)のための最も基本的なデータ型など。

Re-exports

pub use color::*;
pub use color_and_prof::*;
pub use profession::*;
pub use absolute_side::*;
pub use pure_move::*;

Modules

Denotes the absolute side: ASide vs. IASide / 絶対座標での陣営 (ASide vs. IASide) を表す。
Denotes the color of a piece/駒の色を表す。
Denotes the combination of a color and a profession. / 駒の色と職業を表す。
Denotes the profession of a piece/駒の職業を表す。
Describes a move. /指した手を表す。

Macros

A shortcut macro for creating Color. /Color を楽に構築するためのマクロ。
A shortcut macro for creating ColorAndProf, which is essentially a tuple of the color and the profession. /ColorAndProf を楽に構築するためのマクロ。
A shortcut macro for creating Profession. /Profession を楽に構築するためのマクロ。