Module service

Expand description

Rama services that operate directly on crate::stream::Stream types.

Examples are services that can operate directly on a TCP, TLS or UDP stream.

Structs§

EchoService
An async service which echoes the incoming bytes back on the same stream.