brawlhalla 0.1.4

An async Brawlhalla API Wrapper using tokio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod clan;
pub mod error;
pub mod legends;
pub mod player;
pub mod rankedstats;
pub mod rankings;
pub mod result;
pub mod searchresult;

pub use clan::Clan;
pub use error::{APIError, CallingError};
pub use legends::*;
pub use player::Player;
pub use rankedstats::RankedStats;
pub use rankings::Rankings;
pub use searchresult::*;