Skip to content

Commit

Permalink
remove crate doc for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Boog900 committed May 19, 2024
1 parent 2fd74de commit f28321a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions p2p/cuprate-p2p/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
//! Cuprate's P2P Crate.
//!
//! This crate contains a [`ClientPool`](client_pool::ClientPool) which holds connected peers on a single [`NetworkZone`](monero_p2p::NetworkZone).
//!
//! This crate also contains the different routing methods that control how messages should be sent, i.e. broadcast to all,
//! or send to a single peer.
//!
#![allow(dead_code)]

use std::sync::Arc;
Expand Down

0 comments on commit f28321a

Please sign in to comment.