Irelia
Irelia is a wrapper for the local https APIs provided by riot games for LoL
[]
= "0.9"
Cargo Features
This crate is designed with modularity in mind, and as such API support has been split into different cargo features.
By default, everything but the replay feature is enabled
["full"]- enables support for all APIs avaiable in the client by default (enabled by default)["ws"]- enables support for the LCU websocket["in_game"]- enables support for the native in game API["replay"]- enables the replay API interface (disabled by default)
Making a request to the LCU
Making a request to the LCU with irelia is simple
use ;
use Value;
async
Up-to-date examples can always be found here