]> git.lizzy.rs Git - connect-rs.git/commitdiff
remove features that are no longer on the agenda
authorSachandhan Ganesh <sachan.ganesh@gmail.com>
Wed, 3 Feb 2021 23:55:32 +0000 (15:55 -0800)
committerSachandhan Ganesh <sachan.ganesh@gmail.com>
Wed, 3 Feb 2021 23:55:32 +0000 (15:55 -0800)
README.md

index d7b3d03dd73c6a7c421f170a3fe4afd655864eb7..4f6cbe0593baa5d584a0f0f7499453192f625d61 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,12 +10,8 @@ By using a message queue, crate users can focus on sending and receiving message
 |----------------------------------------------------- |--------       |
 | [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                                     |               |