tmdb-cli 0.1.0

A TMDB client that provides async and sync clients
Documentation
1
2
3
4
5
6
pub mod movies;
mod helpers;
pub mod client;
mod core;

pub use client::Client;