A toolkit library for distributed software
Go to file
Alex c81fd742c4 Prepare Cargo.toml for publication 2020-12-14 11:35:41 +01:00
examples Merge branch 'master' of git.deuxfleurs.fr:lx/netapp 2020-12-14 11:22:29 +01:00
src Merge branch 'master' of git.deuxfleurs.fr:lx/netapp 2020-12-14 11:22:29 +01:00
.gitignore First commit 2020-12-02 13:30:47 +01:00
Cargo.lock Prepare Cargo.toml for publication 2020-12-14 11:35:41 +01:00
Cargo.toml Prepare Cargo.toml for publication 2020-12-14 11:35:41 +01:00
LICENSE Prepare Cargo.toml for publication 2020-12-14 11:35:41 +01:00
Makefile We don't want to publish this 2020-12-14 11:19:59 +01:00
README.md add README 2020-12-02 13:33:24 +01:00
rustfmt.toml First commit 2020-12-02 13:30:47 +01:00

README.md

Netapp - a toolkit library for distributed software

Netapp is a Rust library that takes care of a few common tasks in distributed software:

  • establishing secure connections
  • managing connection lifetime, reconnecting on failure
  • checking peer's state
  • peer discovery
  • query/response message passing model for communications
  • multiplexing transfers over a connection
  • overlay networks: full mesh or random peer sampling using Basalt