| Crates.io | guts-p2p |
| lib.rs | guts-p2p |
| version | 0.1.0 |
| created_at | 2025-12-23 11:12:36.567299+00 |
| updated_at | 2025-12-23 11:12:36.567299+00 |
| description | P2P networking layer for Guts decentralized code collaboration |
| homepage | https://github.com/AbdelStark/guts |
| repository | https://github.com/AbdelStark/guts |
| max_upload_size | |
| id | 2001328 |
| size | 158,293 |
P2P networking layer for Guts using commonware primitives.
This crate provides peer-to-peer networking for:
use guts_p2p::{P2PNetwork, ReplicationConfig};
// Start P2P network
let network = P2PNetwork::new(config).await?;
// Replicate a repository
network.replicate(&repo_key).await?;
This crate is part of Guts, a decentralized, censorship-resistant alternative to GitHub built on BFT consensus.
MIT OR Apache-2.0