| Crates.io | yandex-music |
| lib.rs | yandex-music |
| version | 0.4.0 |
| created_at | 2024-06-16 15:23:56.931963+00 |
| updated_at | 2025-08-01 15:27:00.871524+00 |
| description | Rust wrapper for the Yandex Music API |
| homepage | |
| repository | https://github.com/vyfor/yandex-music-rs |
| max_upload_size | |
| id | 1273595 |
| size | 224,862 |
A wrapper around the Yandex Music API in Rust. Made exclusively for educational purposes only. Not affiliated with Yandex in any way.
cargo add yandex-music
use yandex_music::YandexMusicClient;
let client = YandexMusicClient::new("TOKEN");