# asport-server A simple Asport server implementation. [![Version](https://img.shields.io/crates/v/asport-server.svg?style=flat)](https://crates.io/crates/asport-server) [![License](https://img.shields.io/crates/l/asport-server.svg?style=flat)](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)