summaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorMichal 'vorner' Vaner <vorner+github@vorner.cz>2018-05-29 23:44:28 +0200
committerCarl Lerche <me@carllerche.com>2018-05-29 14:44:28 -0700
commitdb9371126dbd215fe7d6e392e54e34afb32ff364 (patch)
treeb97da714a1ea795ce3981c41711c30800f3b72c1 /examples/README.md
parenteb1cf8fc9b125a69b8a2ed1737bfe6c1c2642fe0 (diff)
Include a manually built runtime example (#306)
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 931139e3..63634c82 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -53,6 +53,8 @@ A high level description of each example is:
* [`udp-client`](udp-client.rs) - a simple `send_dgram`/`recv_dgram` example.
+* [`manual-runtime`](manual-runtime.rs) - manually composing a runtime.
+
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!