tokio-rustls/tokio-native-tls
2023-02-08 12:27:45 -05:00
..
examples fix a handful of lints, one of which was breaking the build (#65) 2021-06-29 15:45:21 -07:00
scripts Auto-generate TLS server certificate for unix platform (#8) 2020-04-03 10:16:23 -04:00
src Fix warning about renamed lint (#93) 2022-05-09 21:57:54 +02:00
tests fix a handful of lints, one of which was breaking the build (#65) 2021-06-29 15:45:21 -07:00
Cargo.toml chore: prepare tokio-native-tls 0.3.1 (#129) 2023-02-07 11:05:15 -06:00
CHANGELOG.md tokio-native-tls: prepare v0.3.0 (#47) 2020-12-24 12:13:08 -05:00
LICENSE Initial commit 2020-01-09 18:36:35 -05:00
README.md chore: update readme links & badges (#49) 2023-02-08 12:27:45 -05:00

tokio-native-tls

github actions crates license docs.rs

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.