#json #tenhou #tenhou-json

tenhou-json

Parsing Tenhou tenhou-json json files

3 releases

0.1.2 Mar 9, 2025
0.1.1 Mar 9, 2025
0.1.0 Mar 9, 2025

#895 in Encoding

Download history 188/week @ 2025-03-03 174/week @ 2025-03-10 27/week @ 2025-03-17 5/week @ 2025-03-24

394 downloads per month
Used in 3 crates

Apache-2.0 OR MIT

53KB
1.5K SLoC

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

Dependencies

~1.5–2.6MB
~50K SLoC