MusicBrainz rust is a utility crate for the the MusicBrainz API.


This is still WIP.

you may be looking for : - Api documention - The crate

Example :

All queries look like this one:

```rust let nirvana = Artist::fetch() .id("5b11f4ce-a62d-471e-81fc-a69a8278c7da") .execute();

assert_eq!(nirvana.unwrap().name, "nirvana".to_string());

`` To see what is currently implemented in the crate you can look at thetests` directory.

TODO :

Credits

Most of this crate documentation is taken from the official MusicBrainz doc, thanks to the MetaBrainz Foundation and its sponsors and supporters. Cover Art provided by the Cover Art Archive.