rama-net 0.3.0

rama network types and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Rama services that operate directly on [`rama_core::io::Io`] types.
//!
//! Examples are services that can operate directly on a `TCP`, `TLS` or `UDP` stream.

mod echo;
#[doc(inline)]
pub use echo::EchoService;

mod discard;
#[doc(inline)]
pub use discard::DiscardService;