Module tarpc::serde_transport[][src]

This is supported on crate feature serde-transport only.
Expand description

A generic Serde-based Transport that can serialize anything supported by tokio-serde via any medium that implements AsyncRead and AsyncWrite.

Modules

tcptcp

TCP support for generic transport using Tokio.

Structs

A transport that serializes to, and deserializes from, a byte stream.

Functions

Constructs a new transport from a framed transport and a serialization codec.