soniq 0.0.2

A Rust library to interact with the Last.fm API.
Documentation
1
2
3
4
//! This module contains all deserializable models used to interact with the Last.fm API.

pub mod common;
pub mod user;