ipinfo/rust

Consider implementing `serde::ser::Serialize` for IpDetails and friends

thesurlydev opened this issue · 1 comments

I'm putting together a quick CLI based on this library and would like to return arbitrary JSON using serde but this is an issue since the serde::ser::Serialize trait is not included on the structs.

I'd be willing to contribute this change if you're okay with it?

@digitalsanctum It'd be very welcome. Thanks ahead of time!