#client-server #server #client #async-client #traits #networking #async

yanked server_client_bytecon

A library for sending ByteConverter implementations over TLS from clients to a server

1 unstable release

0.1.0 Nov 17, 2024

#167 in #async-client

Download history 29/week @ 2024-11-11 71/week @ 2024-11-18

100 downloads per month

MIT/Apache

22KB
439 lines

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.

Dependencies

~11–22MB
~395K SLoC