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
277 downloads per month
Used in 3 crates
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