# asport-server
A simple Asport server implementation.
[](https://crates.io/crates/asport-server)
[](https://github.com/AkinoKaede/asport/blob/main/LICENSE)
## Overview
This crate provides a minimal Asport server implementation in Rust. It is designed to be a reference for the ASPORT protocol server implementation.
## Quick Start
Please refer to the [Quick Start](https://github.com/AkinoKaede/asport/blob/main/QUICK_START.md) guide.
## License
This crate is licensed under [GNU General Public License v3.0 or later](https://github.com/AkinoKaede/asport/blob/main/LICENSE).
SPDX-License-Identifier: [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html)