zwiesel

Crates.iozwiesel
lib.rszwiesel
version0.1.0
sourcesrc
created_at2023-06-16 13:29:42.21843
updated_at2023-06-16 13:29:42.21843
descriptionAsynchronous TCP client and server for sending messages of some user-defined protocol.
homepage
repositoryhttps://github.com/Spickelbing/zwiesel
max_upload_size
id892253
size39,924
Jan (Spickelbing)

documentation

README

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.

Commit count: 22

cargo fmt