1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# 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 ```