Expand description

Another implementation of a client for the TMDB API

It provides a support for async and implements each command using the Command pattern.

Re-exports

pub use reqwest;
pub use client::Client;

Modules