gw2_taco_parser-0.1.0 is not a library.
Visit the last successful build:
gw2_taco_parser-0.4.0
Introduction
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.
Example used
- Uses taco marker from here as an example.
- Attempts to parse a
.trlfile which is a C struct generated by Taco, usingnom. - After that, attempts to marshal it into a json that's friendly to Burrito.