Open randomairborne opened 2 years ago
Would you like to create a PR?
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 .
I'll try to take care of this, given a couple days I can probably get a PR going.
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.
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