deprecate notice for tcpproxy module

This commit is contained in:
mfahampshire
2025-10-17 11:55:06 +01:00
parent b5afb77f19
commit 6f53192dbf
+3
View File
@@ -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};