Crates.io | s2n-tls-tokio |
lib.rs | s2n-tls-tokio |
version | 0.3.6 |
source | src |
created_at | 2022-03-01 19:15:19.166075 |
updated_at | 2024-11-01 21:21:29.784491 |
description | An implementation of TLS streams for Tokio built on top of s2n-tls |
homepage | |
repository | https://github.com/aws/s2n-tls |
max_upload_size | |
id | 541761 |
size | 90,869 |
s2n-tls-tokio
provides async bindings that allow consumers to use s2n-tls within the tokio runtime. To consume s2n-tls
outside of an async context consider using the s2n-tls crate.