async-rs / async-tls

A TLS implementation over AsyncRead and AsyncWrite
https://async.rs
Apache License 2.0
167 stars 47 forks source link

Implement AsyncRead and AsyncWrite for &TlsStream<IO> #16

Closed dunef-com closed 4 years ago

dunef-com commented 4 years ago

Implement AsyncRead and AsyncWrite for reference of TlsStream e.g. impl<'>AsyncRead for &' TlsStream impl<'>AsyncWrite for &' TlsStream

yoshuawuyts commented 4 years ago

https://github.com/async-email/async-native-tls might be a useful reference.