macroquad_server_handler 0.1.0

A lightweight multiplayer server handler for Macroquad. Built by me โ€” feedback and improvement tips are always welcome!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# ๐Ÿง  Macroquad Server Handler


A lightweight multiplayer **server handler** built for [Macroquad](https://github.com/not-fl3/macroquad).  
This crate provides simple and efficient tools to handle multiplayer servers for Macroquad-based games.

---

## ๐Ÿš€ Features

- ๐Ÿ”Œ Easy server setup and client handling  
- ๐Ÿงต Supports multiple connections with minimal boilerplate  
- โšก Fast message handling using async channels  
- ๐Ÿ•น๏ธ Designed specifically for Macroquad multiplayer games  
- ๐Ÿงฑ Built for simplicity and expansion