Crates.io | zwiesel |
lib.rs | zwiesel |
version | 0.1.0 |
source | src |
created_at | 2023-06-16 13:29:42.21843 |
updated_at | 2023-06-16 13:29:42.21843 |
description | Asynchronous TCP client and server for sending messages of some user-defined protocol. |
homepage | |
repository | https://github.com/Spickelbing/zwiesel |
max_upload_size | |
id | 892253 |
size | 39,924 |
This is a simple asynchronous TCP server for a user-defined protocol, along with a matching client. The purpose of this is to keep me from writing boilerplate network communication code for small apps or games. You just need to implement serialization and deserialization methods for your protocol, then you can get going. Here's an example.