tenhou-json

Crates.iotenhou-json
lib.rstenhou-json
version0.1.2
created_at2025-03-09 11:51:35.132006+00
updated_at2025-03-09 12:29:43.679736+00
descriptionParsing Tenhou tenhou-json json files
homepage
repositoryhttps://github.com/tsubakisakura/mjlog2json/
max_upload_size
id1585391
size56,655
Tsubaki Sakura (tsubakisakura)

documentation

https://docs.rs/tenhou-json

README

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
Commit count: 18

cargo fmt