gw2_taco_parser 0.4.0

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.
Documentation
[dependencies.nom]
version = "7.0.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde-xml-rs]
version = "0.5.1"

[dependencies.serde_json]
version = "1.0"

[lib]
name = "gw2_taco_parser"

[package]
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."
edition = "2018"
license-file = "LICENSE"
name = "gw2_taco_parser"
repository = "https://github.com/jlloh/gw2_taco_parser"
version = "0.4.0"