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.31k stars 333 forks source link

refactor: Remove async-std #1408

Closed amaury1093 closed 9 months ago

amaury1093 commented 9 months ago

Had a mix of async_std and tokio before, due to tech debt. Cleaning up now.