Rust client for The Movie DB API
This is yet another client for TMDB, but it supports async functions.
Installing
Usage
use TVShowSearch;
use Command;
use Client;
async
Features
tokio-rate-limit
This feature enables a simple rate limiter without burst based on the tokio crate.
Running the tests
If you want to run some integration tests, just export a TMDB_TOKEN_V3 environment variable and run