1 2 3 4 5 6 7 8 9 10 11 12 13
//! MangaDex API types that are unlikely to often change (constant).
//!
//! <https://api.mangadex.org/docs/static-data/>
pub(crate) mod content_rating;
pub(crate) mod custom_list_visibility;
pub(crate) mod demographic;
pub(crate) mod manga_relation;
pub(crate) mod manga_status;
pub(crate) mod reading_status;
pub(crate) mod reference_expansion_resource;
pub(crate) mod relationship_type;
pub(crate) mod response_type;