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`