[][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.

Traits

Transport

A bidirectional stream (Sink + Stream) of messages.

Functions

new

Returns a new Transport backed by the given Stream + Sink and connecting addresses.