reacherhq / check-if-email-exists

Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend.
https://reacher.email
Other
4.27k stars 328 forks source link

Suggestion: Please derive Copy, Clone for Reachable and impl Deserialize for CheckEmailOutput #1372

Open Boscop opened 9 months ago

Boscop commented 9 months ago

Suggestion: Please derive Copy and Clone for Reachable and impl Deserialize for CheckEmailOutput (which is only Serialize right now).

amaury1093 commented 8 months ago

PR welcome!