uni-socket 0.0.1

Async TCP / Unix Domain Socket abstraction, cross platform development friendly.
Documentation
# uni-socket

[![Test pipeline](https://github.com/hanyu-dev/uni-socket/actions/workflows/ci.yml/badge.svg)](https://github.com/hanyu-dev/uni-socket/actions/workflows/ci.yml?query=branch%3Amain)
[![Crates.io](https://img.shields.io/crates/v/uni-socket)](https://crates.io/crates/uni-socket)
[![Docs.rs](https://docs.rs/uni-socket/badge.svg)](https://docs.rs/uni-socket)
[![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](http://opensource.org/licenses/MIT)

Async TCP / Unix Domain Socket abstraction, cross platform development friendly.

> [!WARNING]
> This crate is still under early development stage.

## License

Licensed under either of

- Apache License, Version 2.0, (LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license (LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.