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.33k stars 336 forks source link

RusTLS support #1004

Open randomairborne opened 2 years ago

randomairborne commented 2 years ago

To simplify cross-compilation and Linux Musl compatibility, it would be really useful to support rustls rather then native TLS, which is less performant in any case

amaury1093 commented 2 years ago

Would you like to create a PR?

randomairborne commented 2 years ago

I would like to, however i do not have sufficient rust knowledge to change the package dependencies and to add feature flags

On Wed, Dec 1, 2021 at 4:02 AM Amaury @.***> wrote:

Would you like to create a PR?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/reacherhq/check-if-email-exists/issues/1004#issuecomment-983526785, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQPUP7TMPSI6T55G62XSKYLUOX6ENANCNFSM5I52KVUQ .

tazz4843 commented 2 years ago

I'll try to take care of this, given a couple days I can probably get a PR going.

tazz4843 commented 2 years ago

I attempted to get this working but ran into a few big issues. native-tls is so deeply integrated into this lib that we just gave up on using it entirely.