[][src]Module mango_client::mango

The Asynchronous API for accessing mango instances.

Structs

Book

Represents a book and contains all the chapters.

BookChapter

Represents a book chapter.

Library

Represents the Library and contains all the book names.

LibraryEntry

Represents an entry in the library. It's basically a book entry, but which fewer information.

LinkNotFoundError

This Error is thrown when the MangoClient fails to find needed links. It may be returned by MangoClient::library() or MangoClient::book().

MangoClient

The client is used to connect to and retreive information from your mango server. It is mainly a thin wrapper around the OpdsClient