ddragon
Rust library for accessing the latest LoL patch's ddragon data.
- Full JSON deserialization via
serde_json - Local caching via
cacache-sync - Accepts custom
ureqagents (which can use the exposed cache middleware)
Usage
use ;
Roadmap
- Support all
.jsonendpoints related to League of Legends - Support endpoints related to Teamfight Tactics
- Add additional helpers for obtaining image assets
- Add an async API using
reqwestas the backend - Improve docs