A work in progress Legends of Runeterra deck tracker inspired by Hearthstone Deck Tracker.
The deck tracker is currently built on some smaller crates:
runeterra-database
, deserializes the JSON files found in the Legends of Runeterra Data Dragon and exposes Rust types with field and string values to be used as data source for theruneterra-core
types.runeterra-game-api
, a wrapper crate over the Legends of Runeterra Game Client API.runeterra-core
, crate containing base types to be used by the main deck tracker application.