Peltoche / ical-rs

Rust parser for ics (rfc5545) and vcard (rfc6350)
Apache License 2.0
110 stars 21 forks source link

Implement Eq, PartialEq and Hash for VcardContact #62

Closed ddnomad closed 10 months ago

ddnomad commented 10 months ago

Hey-hey, would be lovely to have a bunch of extra derives on ical::parser::vcard::component::VcardContact per Rust API Guidelines Checklist.

I am particularly interested in the following traits:

Thanks <3