mahjong 0.1.0

Functionality relating to the game of mahjong, particulary riichi mahjong.
Documentation
1
2
3
4
5
6
7
/*!
 * Functionality relating to the game of mahjong, particulary riichi mahjong.
 */

pub mod rules;
use crate::rules::*;
pub mod serial;