tokio-tls 0.2.1

An implementation of TLS/SSL streams for Tokio giving an implementation of TLS for nonblocking I/O streams.
Documentation
1
2
3
4
5
6
7
# 0.2.1 (January 6, 2019)

* Implement `Clone` for `TlsConnector` and `TlsAcceptor` (#777)

# 0.2.0 (August 8, 2018)

* Initial release with `tokio` support.