igdb_provider 0.1.0

IGDB API client
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

#[derive(Debug, Deserialize, Serialize)]
pub struct Company {
    pub id: i32,
    pub name: String,
}