| Crates.io | JESKOderive |
| lib.rs | JESKOderive |
| version | 0.1.0 |
| created_at | 2025-08-23 20:48:02.808755+00 |
| updated_at | 2025-08-23 20:48:02.808755+00 |
| description | Goooey Server Macher Derive |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1807866 |
| size | 4,476 |
myserver is a simple Rust networking library that provides:
send<T>() and receive<T>() methods for any serializable typeEncode and Decode traits for serialization, with #[derive(Encode, Decode)] macrosAdd myserver to your Cargo.toml:
[dependencies]
myserver = "0.1"