Module players

Source
Expand description

Models for all /players/:tag/... Brawl Stars API endpoints. Included by the feature "players"; removing that feature will disable the usage of this module.

Re-exports§

pub use player::*;
pub use battlelog::*;

Modules§

battlelog
Contains models related to the /players/:tag/battlelog endpoint of the Brawl Stars API. Included by the feature "players"; removing that feature will disable the usage of this module.
player
Models for the /players/:tag API endpoint. Included by the feature "players"; removing that feature will disable the usage of this module.