pandascore 0.1.1

A Rust client for the Pandascore API
Documentation
1
2
3
4
5
6
7
8
//! Endpoints generic across all games.

pub mod leagues;
pub mod r#match;
pub mod players;
pub mod series;
pub mod teams;
pub mod tournament;