A toolkit library for distributed software
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.
 
 
Go to file
Alex e3b04e83d7
continuous-integration/drone/push Build is failing Details
bump version to v0.6.1
3 months ago
examples basalt: Adapt to use NonZeroUsize for lru change. 4 months ago
src src: Use new BinaryPropagator methods in opentelemetry_contrib/0.10. 4 months ago
.drone.yml update .drone.yml 4 months ago
.gitignore First commit 3 years ago
Cargo.lock bump version to v0.6.1 3 months ago
Cargo.toml bump version to v0.6.1 3 months ago
LICENSE Prepare Cargo.toml for publication 3 years ago
Makefile Move things around 11 months ago
README.md Add CI badge 2 years ago
rustfmt.toml First commit 3 years ago

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.