Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tymanwastaken/ytmusic-rs
A native client for youtube music, written in rust
https://github.com/tymanwastaken/ytmusic-rs
Last synced: about 1 month ago
JSON representation
A native client for youtube music, written in rust
- Host: GitHub
- URL: https://github.com/tymanwastaken/ytmusic-rs
- Owner: TymanWasTaken
- Created: 2022-04-02T05:02:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T02:36:46.000Z (over 2 years ago)
- Last Synced: 2024-05-09T12:54:57.679Z (8 months ago)
- Language: Rust
- Size: 201 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ytmusic-rs
A native client for youtube music, written in rustThis contains two crates, the library crate (ytmusic-api) contains all the logic for interacting with the actual youtube music api, and the binary crate (ytmusic-gui, located in src dir) contains all the logic for the gui part of the app.