Docs.rs
lol-game-client-api-0.1.8
lol-game-client-api 0.1.8
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Djazouli
Dependencies
async-trait ^0.1.52
normal
log ^0.4
normal
reqwest ^0.11
normal
serde ^1.0
normal
thiserror ^1.0.30
normal
tokio ^1.15
normal
serde_json ^1.0.73
dev
tokio ^1.15.0
dev
Versions
6.56%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate lol_game_client_api
lol_
game_
client_
api
0.1.8
All Items
Crate Items
Re-exports
Modules
Macros
Functions
Crate
lol_
game_
client_
api
Copy item path
Source
Re-exports
§
pub extern crate
async_trait
;
Modules
§
api
Module containing all the necessary code to request
https://127.0.0.1:2999/liveclientdata/
endpoints. The official documentation can be found at [https://developer.riotgames.com/docs/lol#game-client-api]
event_
listener
model
Module containing all the structures that can be deserialized from the
https://127.0.0.1:2999/liveclientdata/
endpoint.
Macros
§
api
Functions
§
start_
listener
Take an event listener, and start a tasks that will periodically list all new events, and pass them to the listener callbacks.