mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
* Remove deps-generator app - It is broken for quite a while and not being used * Remove unused code and unused deps * auto format * Restore incorrectly removed files - Remove aws deps and test code using it * Replace winapi-util with windows-rs - Adjust some deps versions * Autoformat * Update rand, remove unused dep * Fix image crate due to changes in pdf-renderer - Dont use default features in reqwest - Use native-tls tauri * Remove incorrect notice about blake3
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!