Crates.io | tlsimple |
lib.rs | tlsimple |
version | 0.2.2 |
source | src |
created_at | 2023-07-17 07:02:40.934438 |
updated_at | 2023-08-31 21:47:57.195591 |
description | Simple and tiny TLS support for Rust, using Mbed-TLS. |
homepage | |
repository | https://github.com/kkocdko/tlsimple |
max_upload_size | |
id | 918201 |
size | 8,352,878 |
Simple and tiny TLS support for Rust, using Mbed-TLS.
With async and blocking support, server and client mode. Also provide HttpsConnector
for Hyper client.
Lightweight, as a thin layer (< 2K Lines). Few dependencies.
Easy to build, only a C compiler is required. Unlike OpenSSL (require perl + autoconf + automake + many more).
tlsimple
为 Rust 提供轻巧的 TLS 支持,基于 Mbed-TLS。
HttpsConnector
。翻译仍在进行中...