cameo 0.1.0

Unified movie/TV show database SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Auto-generated TMDB API client from OpenAPI spec via progenitor.
///
/// This module re-exports the generated client, types, and error types.
/// Do not edit this file manually — it is regenerated on every build.
#[allow(
    clippy::all,
    missing_docs,
    unused_imports,
    unreachable_code,
    unreachable_patterns
)]
pub mod tmdb {
    include!(concat!(env!("OUT_DIR"), "/tmdb_generated.rs"));
}