A toolkit library for distributed software
Go to file
Alex d9bd1182f7
continuous-integration/drone/push Build is failing Details
Move out things from conn.rs into two separate files
2021-10-12 18:13:07 +02:00
examples Upgrade to tokio 1.0 2021-10-12 13:07:34 +02:00
src Move out things from conn.rs into two separate files 2021-10-12 18:13:07 +02:00
.drone.yml Add cargo fmt and clippy checks to drone CI 2021-10-12 13:32:39 +02:00
.gitignore First commit 2020-12-02 13:30:47 +01:00
Cargo.lock Move out things from conn.rs into two separate files 2021-10-12 18:13:07 +02:00
Cargo.toml WIP v0.3.0 with changed API 2021-10-12 17:59:46 +02:00
LICENSE Prepare Cargo.toml for publication 2020-12-14 11:35:41 +01:00
Makefile Move out things from conn.rs into two separate files 2021-10-12 18:13:07 +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.