3 releases

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

#1020 in Parser implementations

Download history 277/week @ 2025-03-04

277 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

lib.rs:

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
~49K SLoC