diff --git a/sdk/rust/nym-sdk/src/lib.rs b/sdk/rust/nym-sdk/src/lib.rs index 96109488ae..f5bbaa0f22 100644 --- a/sdk/rust/nym-sdk/src/lib.rs +++ b/sdk/rust/nym-sdk/src/lib.rs @@ -12,6 +12,9 @@ pub mod client_pool; pub mod ip_packet_client; pub mod mixnet; pub mod stream_wrapper; +#[deprecated( + note = "Functionality from this module is mostly superceded by the stream_wrapper::MixSocket and stream_wrapper::MixStreamIPR exports. This module is no longer maintained and will be removed in a future release." +)] pub mod tcp_proxy; pub use error::{Error, Result};