InputUsername / listenbrainz-rs

ListenBrainz API bindings for Rust
https://crates.io/crates/listenbrainz
MIT License
12 stars 6 forks source link

Feature: derive clone + eq for Request and Responce structs #26

Closed RustyNova016 closed 7 months ago

RustyNova016 commented 7 months ago

I've added the Clone, PartialEq and Eq as talked about in #21. I actually need clone for my app so I did them both at the same time.