tls: Deprecate in favor of tokio-native-tls (#2485)

This commit is contained in:
Lucio Franco
2020-05-06 16:10:57 -04:00
committed by GitHub
parent cc8a662598
commit 13e2a366de
4 changed files with 19 additions and 7 deletions
+2
View File
@@ -1,5 +1,7 @@
# tokio-tls
**Deprecated** in favor of `tokio-native-tls`.
An implementation of TLS/SSL streams for Tokio built on top of the [`native-tls`
crate]