reception 0.1.1

A Rust library for creating TCP listeners that spawns clients providing model abstraction layer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# reception

[![ci-master](https://github.com/nathiss/reception/actions/workflows/ci-master.yaml/badge.svg)](https://github.com/nathiss/reception/actions/workflows/ci-master.yaml)
[![Crates.io](https://img.shields.io/crates/v/reception)](https://crates.io/crates/reception)
[![docs.rs](https://docs.rs/reception/badge.svg)](https://docs.rs/reception/)
![Crates.io](https://img.shields.io/crates/l/reception)

A Rust library for creating TCP listeners that spawns clients providing model abstraction layer.

## Examples

```rust

```

## License

See [LICENSE.txt](./LICENSE.txt) file.