Crate flix_tmdb

Crate flix_tmdb 

Source
Expand description

flix-tmdb provides clients and models for fetching data from TMDB

Modules§

api
TMDB API clients
model
Deserializable types from the TMDB API

Structs§

Client
The primary client that references all other clients
Config
The client configuration
RedbCache
A Cache implementation using redb as the backend

Enums§

CachePolicy
The client cache policy

Traits§

Cache
The trait representing a caching backend