Expand description

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

Transports backed by in-memory channels.