brawlhalla 0.1.4

An async Brawlhalla API Wrapper using tokio
Documentation
1
2
3
4
5
6
7
8
use serde::Deserialize;

#[derive(Deserialize, Debug, ShortHand)]
#[shorthand(disable(set))]
pub struct SearchResult {
    pub brawlhalla_id: u64,
    pub name: String,
}