Skip to content

Commit 5981872

Browse files
committed
add no_run to mod example
1 parent 6c46db8 commit 5981872

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sdk/rust/nym-sdk/src/tcp_proxy.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
//! The TcpProxy Module of the Nym SDK which exposes a socket interface for the Mixnet.
1+
//! The TcpProxy Module of the Nym SDK which exposes a socket interface for the Mixnet
22
//!
3+
//! # Basic Example
4+
//!
5+
//! ```no_run
36
//! use crate::client_pool::ClientPool;
47
//! use crate::mixnet::{IncludedSurbs, MixnetClientBuilder, MixnetMessageSender, NymNetworkDetails};
58
//! use crate::tcp_proxy::utils::{MessageBuffer, Payload, ProxiedMessage};
@@ -267,6 +270,7 @@
267270
//! Ok(())
268271
//! }
269272
//! }
273+
//! ```
270274
271275
mod tcp_proxy_client;
272276
mod tcp_proxy_server;

0 commit comments

Comments
 (0)