Skip to content

Files

Latest commit

55fff1e · Oct 23, 2021

History

History
This branch is up to date with AsherGlick/Burrito:master.

taco_parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.

Note that a syntehtic xml file is included in /data/ for unit testing.

No .trl file is included in the repo.

Usage

let json_str = taco_to_json_str("folder_name", "test.xml");