yandex-music

Crates.ioyandex-music
lib.rsyandex-music
version0.4.0
created_at2024-06-16 15:23:56.931963+00
updated_at2025-08-01 15:27:00.871524+00
descriptionRust wrapper for the Yandex Music API
homepage
repositoryhttps://github.com/vyfor/yandex-music-rs
max_upload_size
id1273595
size224,862
vyfor (vyfor)

documentation

README

yandex-music-rs crates badge docs badge

A wrapper around the Yandex Music API in Rust. Made exclusively for educational purposes only. Not affiliated with Yandex in any way.

Installation

cargo add yandex-music

Usage

use yandex_music::YandexMusicClient;

let client = YandexMusicClient::new("TOKEN");

Acknowledgements

Commit count: 102

cargo fmt