From 3ccfbee834e2f6ef03036be3ce4c5e1eb734c4bc Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Wed, 29 Oct 2025 12:33:21 +0000 Subject: [PATCH] add doc info for other sdk modules --- sdk/rust/nym-sdk/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/rust/nym-sdk/src/lib.rs b/sdk/rust/nym-sdk/src/lib.rs index 96109488ae..2655131b9d 100644 --- a/sdk/rust/nym-sdk/src/lib.rs +++ b/sdk/rust/nym-sdk/src/lib.rs @@ -2,8 +2,8 @@ //! //! The main component currently is [`mixnet`]. //! [`client_pool`] is a configurable client pool. -//! -//! TODO OTHER MODULES +//! [`tcp_proxy`] is a soon to be deprecated wrapper around the mixnet client which exposes a localhost port. +//! [`stream_wrapper`] is the v2 of the tcp_proxy, exposing a socket-like abstraction around the mixnet client. mod error;