| Crates.io | tenhou-json |
| lib.rs | tenhou-json |
| version | 0.1.2 |
| created_at | 2025-03-09 11:51:35.132006+00 |
| updated_at | 2025-03-09 12:29:43.679736+00 |
| description | Parsing Tenhou tenhou-json json files |
| homepage | |
| repository | https://github.com/tsubakisakura/mjlog2json/ |
| max_upload_size | |
| id | 1585391 |
| size | 56,655 |
Tenhou JSON parser.
let content :: String = std::fs::read_to_string("/your/json/path")?;
let tenhou_json :: TenhouJson = parse_tenhou_json(&content)?;
cargo add tenhou-json