cameo 0.1.1

Unified movie/TV show database SDK for Rust
Documentation
1
2
3
4
5
6
7
/// AniList anime/manga database provider.
#[cfg(feature = "anilist")]
pub mod anilist;

/// TMDB (The Movie Database) provider.
#[cfg(feature = "tmdb")]
pub mod tmdb;