spacedrive/crates/p2p
Oscar Beaumont fd10eca115
P2P Docs (#2344)
* Add title to rspc

* wip

* rspc docs title cleanup

* a

* todo

* `p2p/crates`

* remove normalised cache docs

* wip

* words words and more words

* a

* wip

* a

* cleanup settings

* wip p2p docs

* wip
2024-05-14 10:19:33 +00:00
..
crates P2P Docs (#2344) 2024-05-14 10:19:33 +00:00
src p2p: improve error handling for QuicTransport (#2482) 2024-05-14 03:11:25 +00:00
Cargo.toml Rename P2P crate (#2207) 2024-03-14 04:38:31 +00:00
README.md Rename P2P crate (#2207) 2024-03-14 04:38:31 +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!