connect 0.0.2

message queue abstraction over async network streams
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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

| 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                                    	|        	|