A toolkit library for distributed software
989193296c
* arc-swap: 1.1 -> 1.6 * async-trait: 0.1.7 -> 0.1.64 * bytes: 1.2 -> 1.3 * hex: 0.4.2 -> 0.4.3 * lru: 0.7 -> 0.9 * opentelemetry: 0.17 -> 0.18. * pin-project: 1.0.10 -> 1.0.12 |
||
---|---|---|
examples | ||
src | ||
.drone.yml | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
Makefile | ||
README.md | ||
rustfmt.toml |
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.