JESKOderive 0.1.0

Goooey Server Macher Derive
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 4.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 272.54 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jesko7

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"