You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
examples | 2 years ago | |
src | 2 years ago | |
.drone.yml | 2 years ago | |
.gitignore | 3 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
LICENSE | 3 years ago | |
Makefile | 2 years ago | |
README.md | 3 years ago | |
rustfmt.toml | 3 years ago |
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, and byzantine-tolerant random peer sampling using Bᴀsᴀʟᴛ.
See examples folder to learn how to use netapp.