remove crate doc for now

This commit is contained in:
Boog900 2024-05-19 18:50:10 +01:00
parent 2fd74dec14
commit f28321a7ec
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -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;