mahjong 0.1.0

Functionality relating to the game of mahjong, particulary riichi mahjong.
Documentation
1
2
3
4
5
6
7
8
9
/*!
 * Types and functions that implement mahjong rules.
 */

pub mod mentsu;
pub use mentsu::*;

pub mod tile;
pub use tile::*;