A toolkit library for distributed software
Go to file
Alex e25273c138
continuous-integration/drone/push Build is failing Details
Merge pull request 'Bumped lru to 0.10.' (#8) from jpds/netapp:lru-0.10 into main
Reviewed-on: #8
2023-03-13 18:19:37 +00:00
examples basalt: Adapt to use NonZeroUsize for lru change. 2023-02-01 08:59:17 +00:00
src src: Use new BinaryPropagator methods in opentelemetry_contrib/0.10. 2023-02-01 08:59:28 +00: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 Bumped lru to 0.10. 2023-03-13 18:17:02 +00:00
Cargo.toml Bumped lru to 0.10. 2023-03-13 18:17:02 +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.