brawl-api 0.1.2

A Rust implementation of the Brawl Stars API (https://developer.brawlstars.com/).
Documentation
1
2
3
4
5
6
//! Useful re-exports for usage with this library. It is recommended to `use brawl_api::prelude::*`.

pub use super::traits::*;
pub use super::http::client::Client;
pub use super::model::*;
pub use super::constants::Brawlers;