Module service

Expand description

Rama services that operate directly on rama_core::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.