From 40757271f0a214ce9ef20b34d01060f4475055e2 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Kline Date: Thu, 9 Jan 2020 12:44:18 -0800 Subject: [PATCH] Add examples README.md As mentioned at https://github.com/sdroege/async-tungstenite/pull/3, a later PR could add a brief description to each example. --- examples/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..36dd7b5 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,7 @@ +Examples + +* [autobahn-client.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/autobahn-client.rs) +* [autobahn-server.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/autobahn-server.rs) +* [client.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/client.rs) +* [echo-server.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/echo-server.rs) +* [server.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/server.rs)