Merge remote-tracking branch 'origin/feat/client/port-forwarding'

# Conflicts:
#	crates/wraith-core/src/client/mod.rs
#	crates/wraith-core/src/lib.rs
This commit is contained in:
2026-06-02 10:46:54 +00:00
3 changed files with 534 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ pub mod error;
#[cfg(feature = "testutil")]
pub mod testutil;
pub use error::{AuthError, ChannelError, ConfigError, TransportError};
pub use error::{AuthError, ChannelError, ConfigError, ForwardError, TransportError};
pub use transport::{Transport, TransportAcceptor, TransportInfo, TransportKind};
pub use client::channel_manager::{ChannelManager, ForwardRequest};