diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-06-12 19:20:05 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-06-12 19:20:05 -0300 |
commit | 4c8ab91563b75b2eccf691f53e9bde8ae9184838 (patch) | |
tree | 52d9b1c50dc3bcf167f304f6c2757b4b29bf840e | |
parent | 5fd2833719bb0a8c87b38c1419ea92029a7e4d81 (diff) |
Update README
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index c913de4..1032835 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ Testserver A static HTTP server. Takes a specially-crafted `&'static str` and serves it on a random port on `127.74.137.226`. + +Examples +======== + +Take a look at `src/bin/testserver-demo.rs` for an example. |