diff options
author | Alex Auvolat <alex@adnab.me> | 2020-12-14 11:41:25 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-12-14 11:41:25 +0100 |
commit | 9e38b82edcba5f60eb0ed95b5551947c0c03ba3c (patch) | |
tree | 247bfbd7aa82a56a6af67b072184a822eb9b9424 /src/lib.rs | |
parent | 5d07711900b84dc8095fba5eea3b1ab4925145db (diff) | |
download | netapp-9e38b82edcba5f60eb0ed95b5551947c0c03ba3c.tar.gz netapp-9e38b82edcba5f60eb0ed95b5551947c0c03ba3c.zip |
Update documentation
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ //! - 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 //! //! Of particular interest, read the documentation for the `netapp::NetApp` type, //! the `message::Message` trait, and `proto::RequestPriority` to learn more |