[][src]Crate serde_mangadex

Serde for Mangadex

In essence, a wrapper over serde_json for mangadex-specific information. Includes some normalised types in manga_norm and (later) chapter_norm.

This does not attempt to reproduce output of the original json.

Re-exports

pub use chapter_api::Chapter;
pub use genres::Genre;
pub use genres::GenreSet;
pub use langs::Language;
pub use langs::LanguageSet;
pub use manga_api::Manga;

Modules

chapter_api

Direct interaction with the mangadex chapter API

genres

Deserialisable genre types

langs

Deserialisable language types (flag)

manga_api

Direct interaction with the mangadex manga API

manga_follows_api

Direct interaction with the mangadex manga follows API

manga_norm

Normalised manga information

Macros

make_set_type

Enums

APIResponse

API response type to be funneled through. Please don't actually use it.