This Rust crate provides a simple, brokerless message-queue abstraction over asynchronous network streams.
Please use the example programs provided to help understand crate usage.
When building networked applications, developers shouldn't have to focus on repeatedly solving the problem of reliable, fault-tolerant message delivery over byte-streams. By using a message queue abstraction, crate users can focus on core application logic and leave the low-level networking and message-queue guarantees to the abstraction.
| Feature | Status | |----------------------------------------------------- |-------- | | TCP Client | ✓ | | TCP Server | ✓ | | TLS Client | ✓ | | TLS Server | ✓ | | SCTP Client | | | SCTP Server | | | DTLS-SCTP Client | | | DTLS-SCTP Server | |