spacedrive/crates/p2p2
Ericson "Fogo" Soares 68ca2382fd
[ENG-1627] Move all jobs and actors to an "Old" namespace (#2157)
* Bunch of new warns due to a stronger clippy config

* Moving old processing stuff to a new namespace
Also fixing a bunch of typos through the entire codebase.

* Rustfmt
2024-03-04 18:57:35 +00:00
..
src [ENG-1627] Move all jobs and actors to an "Old" namespace (#2157) 2024-03-04 18:57:35 +00:00
Cargo.toml Fix P2P not working for libraries (#2031) 2024-02-21 08:13:40 +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!