Expand description
Irelia is an async set of bindings to the LCU API
Features are broken down as follows:
in_game
: Allows connections to thein_game
API, return types are auto generatedrest
: Allows connections to the LCUrest
API, providing basic get/post functionalityws
: Allows connections to the LCU websocket API, providing all functionality needed
Re-exports§
pub use irelia_encoder;
Modules§
- in_game
- Module for the
LoL
in_game
API, docs have been copied from their official counterparts - rest
- Module containing all the data for the rest LCU bindings
- utils
- ws
- Module containing all the data on the websocket LCU bindings
Structs§
- Request
Client - Struct that represents any connection to the in game or rest APIs, this client has to be constructed and then passed to the clients
Enums§
- Error
- Errors that can be produced by the LCU API