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

bytecon_tls

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

2 releases

new 0.1.1 Nov 24, 2024
0.1.0 Nov 17, 2024

#117 in #async-client

Download history 99/week @ 2024-11-16

99 downloads per month
Used in bytecon_data_store

MIT/Apache

29KB
589 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
  • An enum ByteConCertificate for representing many different variations or ways of storing a certificate
    • It is also very easy to transition between different variants of this enum

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
~393K SLoC