Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 688 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 688 Bytes

Genshin Data Parser - Rust

A CLI and Lib designed for parsing the GenshinData repo into useable data for the TeyvatDev API

Requirements

  • Rust

Get Started

  1. Create a folder to contain the data from the GenshinData repo ./data/ and clone the repo into it
  2. You can test the configuration by running cargo run parse weapon which will parse weapon data

Checklist

Below is a checklist of everything done, todo and future, please help out if you can!

Available

  • Weapons
  • WeaponAscensions
  • WeaponPromotes

Upcoming

  • [] Characters
  • [] CharacterAscensions
  • [] CharacterProfile
  • [] Talents
  • [] Elements
  • [] Regions

Everything else

TBA