3716340633
# 0.3.1 (February 4th, 2023) ### Additions - Add Vendored Feature ([#125]) - Implement AsRawFd for both tokio-rustls and tokio-native-tls TlsStream\<S\> ([#74]) ### Internal - Fix warning about renamed lint ([#93]) - fix a handful of lints, one of which was breaking the build ([#65]) [#65]: https://github.com/tokio-rs/tls/pull/65 [#74]: https://github.com/tokio-rs/tls/pull/74 [#93]: https://github.com/tokio-rs/tls/pull/93 [#125]: https://github.com/tokio-rs/tls/pull/125 |
||
---|---|---|
.. | ||
examples | ||
scripts | ||
src | ||
tests | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md |
tokio-tls
An implementation of TLS/SSL streams for Tokio built on top of the [native-tls
crate]
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, shall be licensed as MIT, without any additional terms or conditions.