server_client_bytecon

Crates.ioserver_client_bytecon
lib.rsserver_client_bytecon
version0.1.0
sourcesrc
created_at2024-11-17 19:16:12.741922
updated_at2024-11-17 19:16:12.741922
descriptionA library for sending ByteConverter implementations over TLS from clients to a server.
homepage
repositoryhttps://github.com/AustinHellerRepo/bytecon_tls
max_upload_size
id1451504
size38,914
(AustinHellerRepo)

documentation

README

bytecon_tls

This library contains client/server structs for sending and receiving messages that utilize the bytecon crate.

Features

  • Convenient sending and receiving of messages over TLS
  • An implementation of MessageProcessor is used by the ByteConServer to process messages

Usage

You will want to have shared request and response enums accessible to both your client and server. Please examine the unit tests for examples.

Commit count: 17

cargo fmt