riot-api 0.1.2

A rust crate to interact with Riot Games Developer API
Documentation
mod lol_match;
mod info;
mod participant;
mod perks;
mod participant_challenge;
mod team;
mod timeline;
mod timeline_info;
mod timeline_frame_event;
mod timeline_participant;

pub use lol_match::*;
pub use info::*;
pub use participant::*;
pub use perks::*;
pub use team::*;
pub use timeline::*;
pub use timeline_info::*;
pub use timeline_frame_event::*;
pub use timeline_participant::*;