Update README

This commit is contained in:
Alex 2020-12-14 11:40:13 +01:00
parent 6fc20657d8
commit 5d07711900
1 changed files with 3 additions and 1 deletions

View File

@ -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.