yandex-music-rs A wrapper around the Yandex Music API in Rust. Not affiliated with Yandex in any way. Installation cargo add yandex-music Usage use yandex_music::YandexMusicClient; let client = YandexMusicClient::new("TOKEN"); Acknowledgements https://github.com/acherkashin/yandex-music-open-api https://github.com/MarshalX/yandex-music-api