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");