| Crates.io | JESKOserver |
| lib.rs | JESKOserver |
| version | 0.1.0 |
| created_at | 2025-08-23 20:49:04.070406+00 |
| updated_at | 2025-08-23 20:49:04.070406+00 |
| description | Goooey Server Macher |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1807867 |
| size | 6,893 |
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"