Crates.io | gw2_taco_parser |
lib.rs | gw2_taco_parser |
version | 0.4.0 |
source | src |
created_at | 2021-10-08 03:28:41.919129 |
updated_at | 2021-10-09 09:12:55.172327 |
description | A very simple util that parses the XML and corresponding C struct trail files (using nom) from Taco (GW2 overlay), to produce a json compatible format for [Burrito](https://github.com/AsherGlick/Burrito), a GW2 overlay for Linux. |
homepage | |
repository | https://github.com/jlloh/gw2_taco_parser |
max_upload_size | |
id | 462160 |
size | 175,313 |
A very simple util that parses the XML and corresponding C struct trail files (using nom) from Taco (GW2 overlay), to produce a json compatible format for Burrito, a GW2 overlay for Linux.
.trl
file which is a C struct generated by Taco, using nom
.let json_str = gw2_taco_parser::taco_to_json_str("folder_name", "abc.xml");