Crates.io | bytecon_tls |
lib.rs | bytecon_tls |
version | 0.1.1 |
source | src |
created_at | 2024-11-17 19:19:07.662845 |
updated_at | 2024-11-24 06:20:01.947654 |
description | A library for sending ByteConverter implementations over TLS from clients to a server. |
homepage | |
repository | https://github.com/AustinHellerRepo/bytecon_tls |
max_upload_size | |
id | 1451508 |
size | 53,972 |
This library contains client/server structs for sending and receiving messages that utilize the bytecon
crate.
MessageProcessor
is used by the ByteConServer
to process messagesByteConCertificate
for representing many different variations or ways of storing a certificate
You will want to have shared request and response enums accessible to both your client and server. Please examine the unit tests for examples.