spacedrive/crates/p2p2
jake 471db4a691
Clippy the entire repo (#2195)
* fix(clippy): for the entire repo

* fix: make function non-const fn
2024-03-12 11:27:23 +00:00
..
src Clippy the entire repo (#2195) 2024-03-12 11:27:23 +00:00
Cargo.toml P2P holepunching + relay (#2147) 2024-03-12 06:18:58 +00:00
README.md Fix P2P not working for libraries (#2031) 2024-02-21 08:13:40 +00:00

Spacedrive's P2P Crate

Functionality

This crate handles low-level P2P networking and the transferring of data between machines across a network.

Credits

We'd like to give credit towards both the libp2p developers/maintainers, as well as the Syncthing BEP Protocol's designers, developers and maintainers - our implementation was heavily inspired by the protocol and made our lives a lot easier. Thank you!