You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library seems to be a tokio-tls fork which hasn't been updated for a long while.
In the meantime, tokio-tls and was split into tokio-native-tls, maintained by the tokio project, and tokio-rustls, which is maintained by the rustls team. tokio-rustls was then soft forked into futures-rustls, which in my opinion supersedes this library.
I'd argue this library should be deprecated and users of it should migrate to futures-rustls.
Activity