asport-server 0.1.0

A simple Asport server implementation.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# asport-server

A simple Asport server implementation.

## 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)