bw-web-api-rs 0.2.8

A Rust client for the StarCraft: Remastered API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod aurora_profile;
pub mod classic_files_global_maps_1v1;
pub mod common;
pub mod gateway;
pub mod leaderboard;
pub mod map_stats;
pub mod matchmaker_game_info;
pub mod matchmaker_player_info;

pub use aurora_profile::*;
pub use classic_files_global_maps_1v1::*;
pub use common::*;
pub use gateway::*;
pub use leaderboard::*;
pub use map_stats::*;
pub use matchmaker_game_info::*;
pub use matchmaker_player_info::*;