Crate tenhou_json

Crate tenhou_json 

Source
Expand description

§tenhou-json

Tenhou JSON parser.

§Usage

let content :: String = std::fs::read_to_string("/your/json/path")?;
let tenhou_json :: TenhouJson = parse_tenhou_json(&content)?;

§Install

cargo add tenhou-json

Modules§

calc
exporter
model
parser
score