asport-client 0.4.0

A simple Asport client implementation.
# asport-client

A simple Asport client implementation.

[![Version](https://img.shields.io/crates/v/asport-client.svg?style=flat)](https://crates.io/crates/asport-client)
[![License](https://img.shields.io/crates/l/asport-client.svg?style=flat)](https://github.com/AkinoKaede/asport/blob/main/LICENSE)

## Overview

This crate provides a minimal Asport client implementation in Rust. It is designed to be a reference for the ASPORT protocol client 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)