Merge branch 'feat/core/multi-transport-listeners'

This commit is contained in:
2026-06-07 14:25:35 +00:00
6 changed files with 479 additions and 46 deletions

View File

@@ -69,5 +69,5 @@ pub use config::{
ForwardingPolicy, ForwardingRule, RateLimitConfig, StaticConfig,
};
pub use error::{AuthError, ChannelError, ConfigError, ForwardError, TransportError};
pub use server::serve::{ServeError, ServeOptions, ServeTransportMode, Server};
pub use server::serve::{ListenerConfig, ServeError, ServeOptions, ServeTransportMode, Server};
pub use transport::{Transport, TransportAcceptor, TransportInfo, TransportKind};