Soniq
A modern and lightweight Rust client for the Last.fm API. Fully asynchronous and built with Tokio, Soniq provides a simple and efficient way to interact with Last.fm's extensive music data.
Installation
Or add Soniq to your Cargo.toml file directly:
[]
= "*.*.*"
Quick Start
use Client;
async
Todo
The library is still in early development. Here are some of the planned features and improvements:
- Add missing user methods
- Implement album methods
- Implement artist methods
- Implement auth methods
- Implement chart methods
- Implement geo methods
- Implement library methods
- Implement tag methods
- Implement track methods
Contributing
Contributions, issues, and feature requests are welcome!
License
This project is licensed under the MIT License. See LICENSE for details.