Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vyfor/yandex-music-rs

📦 Rust wrapper for the Yandex Music API
https://github.com/vyfor/yandex-music-rs

api async http library music rust wrapper yandex yandex-music yandex-music-api

Last synced: 9 days ago
JSON representation

📦 Rust wrapper for the Yandex Music API

Awesome Lists containing this project

README

        

# yandex-music-rs [![crates badge]][crates.io] [![docs badge]][docs.rs]
[crates badge]: https://img.shields.io/crates/v/yandex-music
[crates.io]: https://crates.io/crates/yandex-music
[docs badge]: https://img.shields.io/badge/docs.rs-rustdoc-green
[docs.rs]: https://docs.rs/yandex-music

A wrapper around the [Yandex Music API](https://music.yandex.ru) in Rust. Not affiliated with Yandex in any way.

## Installation

```bash
cargo add yandex-music
```

## Usage

```rust
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