tokio-native-tls 0.3.1

An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS for nonblocking I/O streams.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 0.3.0 (December 23, 2020)

- Upgrade to `tokio 1.0`.

# 0.2.0 (October 16, 2020)

- Upgrade to `tokio 0.3`.

# 0.1.0 (January 9th, 2019)

- Initial release from `tokio-tls 0.3`