JESKOderive

Crates.ioJESKOderive
lib.rsJESKOderive
version0.1.0
created_at2025-08-23 20:48:02.808755+00
updated_at2025-08-23 20:48:02.808755+00
descriptionGoooey Server Macher Derive
homepage
repository
max_upload_size
id1807866
size4,476
(jesko7)

documentation

README

myserver

crates.io docs.rs

myserver is a simple Rust networking library that provides:

  • A Server and Client for TCP communication
  • Generic send<T>() and receive<T>() methods for any serializable type
  • Custom Encode and Decode traits for serialization, with #[derive(Encode, Decode)] macros
  • A single-crate feel with proc-macros automatically included

Installation

Add myserver to your Cargo.toml:

[dependencies]
myserver = "0.1"
Commit count: 0

cargo fmt