Module lastfm_rs::model[][src]

Last.fm Data Models

These are the various models the crate uses throughout the library, centralized in this file to ease development and remove code duplication.

Structs

Attributes

Various attributes transmitted by several API endpoints.

Image

The Image structure. Contains a couple fields solely related to images such as the image’s size, and a link to the image hosted on Last.fm’s content delivery network.

TrackDate

The Date object. Consists of a raw UTC date (able to be formatted), and an already formatted date string ready to be used. The raw date uses the chrono date & time library to format the date.