[][src]Module tarpc_lib::transport

Provides a [Transport] trait as well as implementations.

The rpc crate is transport- and protocol-agnostic. Any transport that impls [Transport] can be plugged in, using whatever protocol it wants.

Modules

channel

Transports backed by in-memory channels.

Trait aliases

Transport

A bidirectional stream (Sink + Stream) of messages.