Crates.io | server_client_bytecon |
lib.rs | server_client_bytecon |
version | 0.1.0 |
source | src |
created_at | 2024-11-17 19:16:12.741922 |
updated_at | 2024-11-17 19:16:12.741922 |
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 | 1451504 |
size | 38,914 |
This library contains client/server structs for sending and receiving messages that utilize the bytecon
crate.
MessageProcessor
is used by the ByteConServer
to process messagesYou will want to have shared request and response enums accessible to both your client and server. Please examine the unit tests for examples.