igdb 0.1.2

IGDB - Video Game Database Api
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Deserialize, Clone, Debug)]
pub struct CharacterMugshot {
    pub id: usize,
    pub alpha_channel: bool,
    pub animated: bool,
    pub height: usize,
    pub image_id: String,
    pub url: String,
    pub width: usize,
}