A Rust implementation of the Brawl Stars API (https://developer.brawlstars.com/).
cargo
(add as dependency on your Cargo.toml
).For example:
```rust use brawl_api::prelude::*;
fn main() -> Result<(), Box
Licensed under the MIT license (see the LICENSE file).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as MIT, without any additional terms or conditions.