Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vyfor/yandex-music-rs
- Owner: vyfor
- License: mit
- Created: 2024-06-16T14:46:37.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T19:04:34.000Z (5 months ago)
- Last Synced: 2024-08-09T12:28:08.569Z (3 months ago)
- Topics: api, async, http, library, music, rust, wrapper, yandex, yandex-music, yandex-music-api
- Language: Rust
- Homepage: https://crates.io/crates/yandex-music
- Size: 145 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-musicA 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