agari 0.21.0

A Riichi Mahjong hand calculator and scoring engine
Documentation
1
2
3
4
5
6
7
8
9
10
// src/lib.rs
pub mod context;
pub mod display;
pub mod hand;
pub mod parse;
pub mod scoring;
pub mod shanten;
pub mod tile;
pub mod wait;
pub mod yaku;