https://github.com/leoschwarz/musicbrainz_rust
A MusicBrainz API client for Rust.
https://github.com/leoschwarz/musicbrainz_rust
musicbrainz rust
Last synced: 4 months ago
JSON representation
A MusicBrainz API client for Rust.
- Host: GitHub
- URL: https://github.com/leoschwarz/musicbrainz_rust
- Owner: leoschwarz
- License: apache-2.0
- Created: 2017-04-09T20:49:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T18:35:04.000Z (about 6 years ago)
- Last Synced: 2023-02-28T19:06:14.527Z (over 2 years ago)
- Topics: musicbrainz, rust
- Language: Rust
- Homepage:
- Size: 526 KB
- Stars: 10
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MusicBrainz-Rust
The aim of this project is to provide an ergonomic client for the [MusicBrainz](https://musicbrainz.org/) music database.
Specifically this is a client for the version 2 of the [MusicBrainz XML web service](https://wiki.musicbrainz.org/Development/XML_Web_Service/Version_2).## Status
The library is an early stage so no stability guarantees are made yet. Especially testing and documentation will require more work before a proper release.