]> git.lizzy.rs Git - connect-rs.git/commitdiff
Merge pull request #1 from sachanganesh/add-apache-license
authorSachandhan Ganesh <sachan.ganesh@gmail.com>
Wed, 3 Feb 2021 23:59:00 +0000 (15:59 -0800)
committerGitHub <noreply@github.com>
Wed, 3 Feb 2021 23:59:00 +0000 (15:59 -0800)
Create Apache-v2 LICENSE

Cargo.toml
README.md

index c890bcf622cd72c1714dc9f77a3677822f4f02ec..e3273822e0671d15e73726fcfe1ca0664b03aa5b 100644 (file)
@@ -6,7 +6,6 @@ edition = "2018"
 description = "message queue abstraction over async network streams"
 
 [workspace]
-
 members = [
     "examples/tcp-client",
     "examples/tcp-echo-server",
index 224f95d024012b1cd86a45c6048d143598a91373..4f6cbe0593baa5d584a0f0f7499453192f625d61 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,31 +4,15 @@ This crate provides a distributed message queue abstraction over asynchronous ne
 
 By using a message queue, crate users can focus on sending and receiving messages between clients instead of low-level networking and failure recovery.
 
-## Future Goals
-
-- Documentation
-- Connection pool (+ accounting for ordering of messages)
-- Configurable policies for handling of non-registered (unexpected) message types
-- Testing
-- Benchmarking
-
 ## Feature Status
 
 | Feature                                              | Status        |
 |----------------------------------------------------- |--------       |
 | [TCP Client](examples/tcp-client)                        |    ✓    |
 | [TCP Server](examples/tcp-echo-server)                   |    ✓    |
-| UDP Client                                           |               |
-| UDP Server                                           |               |
 | [TLS Client](examples/tls-client)                        |    ✓    |
 | [TLS Server](examples/tls-echo-server)                   |    ✓    |
-| QUIC Client                                          |               |
-| QUIC Server                                          |               |
 | SCTP Client                                          |               |
 | SCTP Server                                          |               |
 | DTLS-SCTP Client                                     |               |
 | DTLS-SCTP Server                                     |               |
-| Kafka Client                                         |               |
-| RMQ Client                                           |               |
-| SQS Client                                           |               |
-| NSQ Client                                           |               |