yandex-music

Crates.ioyandex-music
lib.rsyandex-music
version0.2.5
sourcesrc
created_at2024-06-16 15:23:56.931963
updated_at2024-06-28 19:06:39.948523
descriptionRust wrapper for the Yandex Music API
homepage
repositoryhttps://github.com/vyfor/yandex-music-rs
max_upload_size
id1273595
size143,879
vyfor (vyfor)

documentation

README

yandex-music-rs crates badge docs badge

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

Commit count: 81

cargo fmt