pandascore 0.1.1

A Rust client for the Pandascore API
Documentation
1
2
3
4
5
//! Models related to the game League of Legends.

pub mod champion;
pub mod item;
pub mod spell;