easytcp 0.1.0

Create async network applications easily!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# easytcp

Create async network applications easily!

## Getting started

Use a `cargo-generate` template for a simple example:
```console
> cargo install cargo-generate
> cargo generate mrtnvgr/easytcp-template
```

Or, check out other projects that use this crate:

- [multipad](https://github.com/mrtnvgr/multipad) - control multiple devices with one gamepad.