Crates.io | pipebuf_rustls |
lib.rs | pipebuf_rustls |
version | 0.23.1 |
source | src |
created_at | 2023-06-07 12:58:52.769467 |
updated_at | 2024-09-16 13:17:31.203071 |
description | PipeBuf wrapper for Rustls |
homepage | |
repository | https://github.com/uazu/pipebuf_rustls |
max_upload_size | |
id | 884743 |
size | 72,390 |
PipeBuf
wrapper for RustlsThis offers a single "process" call that takes care of all the calls
required to move data between the encrypted and plain-text sides of a
Rustls ServerConnection
, transferring data via pipe-buffers.
This would typically be used along with other PipeBuf
-supporting
crates such as pipebuf_mio
to offer transport, along with a
PipeBuf
-based implementation of the wrapped protocol to form a
complete processing chain.
See the crate documentation.
This project is licensed under either the Apache License version 2 or the MIT license, at your option. (See LICENSE-APACHE and LICENSE-MIT).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.