oknozor / musicbrainz_rs

A wrapper around the musicbrainz API
MIT License
38 stars 18 forks source link

feat(coverart): implement get_coverart method #44

Closed ritiek closed 3 years ago

ritiek commented 3 years ago

I used a macro to make the impl for SomeStruct more generalized. Not sure if there is a better way.

I'm open to any suggestions if anything can be improved here!

ritiek commented 3 years ago

Ok, i've rebased this against main.

ritiek commented 3 years ago

Not sure what's up with codecov lately getting stuck on "Waiting for status to be reported".

ritiek commented 3 years ago

@oknozor If this looks good, can this be merged in? It will make it easier for me to keep track of what's been done and help prevent potential merge conflicts with later PRs. ^^

ritiek commented 3 years ago

Ok, I've rebased this against the current main branch. This should be mergeable if everything looks fine!