spacedrive/crates/p2p
jake c79c190c78
[ENG-1426] Apply clippy --fix with moderate lints (#1779)
* chore(clippy): fix

* chore: formatting

* fix: add cfg back to macos crate

* remove cfg to see if clippy works

* Restore macOS crate level conditional compilation

* More warns fixing

---------

Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
Co-authored-by: Ericson Fogo Soares <ericson.ds999@gmail.com>
2023-11-28 17:50:11 +00:00
..
examples [ENG-1318, ENG-1199, ENG-931, ENG-1046] Ability to disable mDNS discovery (#1620) 2023-10-30 08:24:04 +00:00
src [ENG-1426] Apply clippy --fix with moderate lints (#1779) 2023-11-28 17:50:11 +00:00
Cargo.toml [ENG-1399] Upgrade Rust workspace + IPv6 mDNS (#1729) 2023-11-04 10:20:22 +00:00
README.md [ENG-560] P2P Credits (#1297) 2023-09-05 07:23:07 +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!