Spotify Web API SDK implemented on Rust
You can use Spotify's Web API to discover music and podcasts, manage your Spotify library, control audio playback, and m
You can use Spotify's Web API to discover music and podcasts, manage your Spotify library, control audio playback, and m
**Breaking changes** - ([#487](https://github.com/ramsayleung/rspotify/pull/487)) Change the type of `TrackLink.id` from `TrackId<'static>` to `Optioβ¦
## What's Changed **New features** - ([#390](https://github.com/ramsayleung/rspotify/pull/390)) The `scopes!` macro supports to split the scope byβ¦
This release contains *lots* of breaking changes. These were necessary to continue Rspotify's development, and this shouldn't happen again. From now oβ¦
- Adds `async/await` support. - Keeps the previous synchronous API, enabled by extra feature `blocking`, disabled by default. - Shorten the import pβ¦
Alpha release supporting `async/await`