cameo 0.1.0

Unified movie/TV show database SDK for Rust
Documentation
1
2
3
4
5
6
7
/// Conversions from AniList GraphQL response types to unified types.
#[cfg(feature = "anilist")]
pub mod anilist;

/// Conversions from TMDB generated types to unified types.
#[cfg(feature = "tmdb")]
pub mod tmdb;