Module mal::list [] [src]

This module provides generic functionality for adding, updating, deleting, and reading entries from a user's anime / manga list, as well as searching for an anime / manga series.

All functions that perform operations on a user's list are located in the List struct, and list-specific data structures are located in the anime and manga modules.

Modules

anime

Contains the required data structures to search for anime on MyAnimeList and perform operations on a user's anime list.

manga

Contains the required data structures to search for manga on MyAnimeList and perform operations on a user's manga list.

Structs

List

This struct allows you to add, update, delete, and read entries to / from a user's list, as well as search for an anime / manga series.

ListEntries

Contains the results from parsing a user's list.

Enums

Status

Represents the watching / reading status of a series.

Traits

EntryValues

Represents values on a user's list that can be set.

ListEntry

Represents an entry on a user's list.

SeriesInfo

Used for types that contain basic series information.

UserInfo

Represents info about a user's list.