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

@@ -1,3 +1,5 @@
pub mod channel_manager;
pub mod forward;
pub use channel_manager::{ChannelManager, ForwardRequest};
pub use channel_manager::{ChannelManager, ForwardRequest};
pub use forward::{LocalForwarder, PortForwardSpec, PortForwardSpecKind, RemoteForwarder};