# connect
This crate provides a distributed message queue abstraction over asynchronous network streams.
By using a message queue, crate users can focus on sending and receiving messages between clients instead of low-level networking and failure recovery.
## Feature Status
| [TCP Client](examples/tcp-client) | ✓ |
| [TCP Server](examples/tcp-echo-server) | ✓ |
| [TLS Client](examples/tls-client) | ✓ |
| [TLS Server](examples/tls-echo-server) | ✓ |
| SCTP Client | |
| SCTP Server | |
| DTLS-SCTP Client | |
| DTLS-SCTP Server | |