summaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorDenis <gilaldpellaeon@gmail.com>2018-03-22 18:00:28 +0100
committerCarl Lerche <me@carllerche.com>2018-03-22 10:00:27 -0700
commit16d3540ce9c361144fc0b67f1da95b5294e06cd7 (patch)
tree61b565e89dadf77c70e4ce0752260057f4acd53d /examples/README.md
parente5ebd02885da0b3927d26a4a23bd0e5297d3d262 (diff)
Add UDP client example (send/recv_dgram) (#239)
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 735c186f..cd3c0ba3 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -47,6 +47,8 @@ A high level description of each example is:
* [`tinydb`](tinydb.rs) - an in-memory database which shows sharing state
between all connected clients, notably the key/value store of this database.
+* [`udp-client`](udp-client.rs) - a simple `send_dgram`/`recv_dgram` example.
+
If you've got an example you'd like to see here, please feel free to open an
issue. Otherwise if you've got an example you'd like to add, please feel free
to make a PR!