1.2.0 Jan 15, 2020
1.1.0 Jan 14, 2020
1.0.1 Jan 14, 2020
1.0.0 Dec 1, 2019

#9 in #manga-dex

GPL-3.0-or-later

65KB
2K SLoC

serde-mangadex

json from mangadex

pipeline status | coverage report

produces information

includes a genericified manga info retriever

notice: this does not include a runtime, only the mangadex api front


lib.rs:

Deserialize 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.

Feature time is required for use of chrono in this module; else all timestamps are of the u64 type.

Feature display is required for use of derive_more in this module; else all links and further produce only debug types.

Dependencies

~0.4–1.3MB
~28K SLoC