A toolkit library for distributed software
Go to file
Jonathan Davies 989193296c Cargo.toml: Version bumps:
* 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
2023-02-01 00:00:10 +00:00
examples fix clippy 2023-01-31 23:57:33 +01:00
src fix clippy 2023-01-31 23:57:33 +01:00
.drone.yml update .drone.yml 2023-02-01 00:09:13 +01:00
.gitignore First commit 2020-12-02 13:30:47 +01:00
Cargo.lock Ability to configure ping timeout interval 2022-09-19 19:46:41 +02:00
Cargo.toml Cargo.toml: Version bumps: 2023-02-01 00:00:10 +00:00
LICENSE Prepare Cargo.toml for publication 2020-12-14 11:35:41 +01:00
Makefile Move things around 2022-07-21 17:37:52 +02:00
README.md Add CI badge 2021-02-18 12:10:10 +01:00
rustfmt.toml First commit 2020-12-02 13:30:47 +01:00

README.md

Netapp - a toolkit library for distributed software

Build Status

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.