tmdb-api 0.9.1

Yet another TMDB client. This one is using async methods.
Documentation
1
2
3
4
5
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
pub struct Keyword {
    pub id: u64,
    pub name: String,
}