aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-12-14 11:40:13 +0100
committerAlex Auvolat <alex@adnab.me>2020-12-14 11:40:13 +0100
commit5d07711900b84dc8095fba5eea3b1ab4925145db (patch)
tree4f4fc5cabd968816f6a711adc15b07d581a8e4dd /README.md
parent6fc20657d8cbb9c4da905a68a33be18ab3c56e5b (diff)
downloadnetapp-5d07711900b84dc8095fba5eea3b1ab4925145db.tar.gz
netapp-5d07711900b84dc8095fba5eea3b1ab4925145db.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b2be3fd..d39de5f 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,6 @@ Netapp is a Rust library that takes care of a few common tasks in distributed so
- peer discovery
- query/response message passing model for communications
- multiplexing transfers over a connection
-- overlay networks: full mesh or random peer sampling using Basalt
+- overlay networks: full mesh, and soon other methods
+
+See examples folder to learn how to use netapp.