kenianbei / vcard_parser

Parses and validates vCard data according to RFC 6350 specification.
MIT License
6 stars 3 forks source link

Derive Debug for Vcard and dependencies #13

Closed dnut closed 1 year ago

dnut commented 1 year ago

When I'm working with a parser I like to print sample data so I can see how it's working and figure out how to use it. That was pretty hard without Debug implemented.

kenianbei commented 1 year ago

Thanks, I will incorporate this soon. I'm currently in process of rewriting a large chunk of the library to be more compliant with RFC 6350, I originally wrote this pretty haphazardly as I thought I'd be the only user.

kenianbei commented 1 year ago

This should be fixed in latest release.