museun / twitchchat

interface to the irc portion of Twitch's chat
Apache License 2.0
103 stars 23 forks source link

Add support for tokio-openssl #217

Closed museun closed 4 years ago

museun commented 4 years ago

I didn't know this crate existed: https://github.com/alexcrichton/tokio-openssl

It would give an alternative to tokio-native-tls for platforms that want to rely directly on openssl and not something like, libressl or boringtls.

museun commented 4 years ago

Added v0.14.5