From ffc392dcb636200bd97d6e79bb4e13c1c4a22c13 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Kline Date: Thu, 5 Dec 2019 22:42:42 -0800 Subject: [PATCH] Add examples readme 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..9ab713c --- /dev/null +++ b/examples/README.md @@ -0,0 +1,7 @@ +Examples + +* [autobahn-client.rs](https://github.com/kellytk/async-tungstenite/blob/master/examples/autobahn-client.rs) +* [autobahn-server.rs](https://github.com/kellytk/async-tungstenite/blob/master/examples/autobahn-server.rs) +* [client.rs](https://github.com/kellytk/async-tungstenite/blob/master/examples/client.rs) +* [server.rs](https://github.com/kellytk/async-tungstenite/blob/master/examples/server.rs) +* [split-client.rs](https://github.com/kellytk/async-tungstenite/blob/master/examples/split-client.rs)