multiplexed-connection 0.4.0

Creates connection with multiple data channels over single async data stream.
Documentation
1
2
3
4
5
6
7
8
9
mod services;

pub use services::{RpcChannelsService, RpcChannelsServiceClient, RpcChannelRecord, setup_channel};

pub mod rpc_channel;
pub use rpc_channel::RemoteRpcChannelEvent;

#[cfg(test)]
pub use rpc_channel::tests;