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 | ✓ | | TCP Server | ✓ | | TLS Client | ✓ | | TLS Server | ✓ | | SCTP Client | | | SCTP Server | | | DTLS-SCTP Client | | | DTLS-SCTP Server | |