Expand description
Core crate for mango which provides interface for server interaction as well as as the implementation of an asynchronous chapter donwloader.
It is recommended to look through the mangadex API documentation as it can clarify how to use this library.
For starters, refer to the MangoClient struct that provides most of the utilities and functions. Structs that represent query parameteres from manga, chapter, etc. can be found inside requests module in the respectful modules.
Modules§
- requests
- Structs and utilities for making requests to mangadex servers
- viewer
- Placement for most of the internal structs and functions related to the ChapterViewer
Structs§
- Mango
Client - Entry point for most of the crate interactions