spacedrive/crates/p2p
2023-01-25 14:36:29 +00: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 tell everything to use workspace tokio + add tokio git patch 2023-01-25 14:36:29 +00:00
Cargo.toml tell everything to use workspace tokio + add tokio git patch 2023-01-25 14:36:29 +00: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