rama-net 0.3.0

rama network types and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Proxy utilities and types.

#[cfg(feature = "dial9")]
#[cfg_attr(docsrs, doc(cfg(feature = "dial9")))]
pub mod dial9;

mod forward;
#[doc(inline)]
pub use forward::{BridgeCloseReason, IoForwardService};

mod idle;
#[doc(inline)]
pub use idle::IdleGuard;