spacedrive/crates/p2p
2022-10-17 01:36:05 -07:00
..
docs-wip merge duplicate prettier config and format repo with it 2022-10-07 07:45:15 +08:00
examples (hotfix) p2p preventing compile 2022-10-08 11:30:17 -07:00
src cargo fmt + fix clippy lints 2022-10-07 07:39:59 +08:00
tunnel Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-10-17 01:36:05 -07:00
Cargo.toml fix major bugs in p2p PR 2022-10-07 05:51:40 +08:00
README.md merge duplicate prettier config and format repo with it 2022-10-07 07:45:15 +08:00

P2P

This is the P2P library which powers Spacedrive's P2P functionality.

Viewing debug logs

RUST_LOG="p2p=debug" cargo run -p server