riot-api 0.1.2

A rust crate to interact with Riot Games Developer API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod lobby_event;
mod provider_registration_params;
mod tournament_code;
mod tournament_code_params;
mod tournament_game;
mod tournament_params;
mod tournament_update_params;

pub use lobby_event::*;
pub use provider_registration_params::*;
pub use tournament_code::*;
pub use tournament_code_params::*;
pub use tournament_game::*;
pub use tournament_params::*;
pub use tournament_update_params::*;