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;