# ๐ง 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