lastfm-rs 0.3.1

A friendly interface for interacting with the Last.fm API.
Documentation
# lastfm-rs

A friendly Rust library for interacting with the Last.fm API endpoints.

## Supported endpoints

These are the currently supported API endpoints by lastfm-rs. Only a few user
endpoints are currently supported, however support for other endpoints will be
considered and / or added later on.

**Note**: There are currently no plans to add support for the Scrobbling API, but
it will be considered.

### User

`user.getRecentTracks`

`user.getLovedTracks`

`user.getTopArtists`

`user.getUserInfo`