Expand description
Stream
trait and related utilities.
Modules§
- Dependencies for rama stream modules.
- Rama middleware services that operate directly on
crate::stream::Stream
types. service::Matcher
s implementations to match onSocket
s.- Rama services that operate directly on
crate::stream::Stream
types.
Structs§
- Reader that can be used to chain two readers together.
- Reader for reading from a heap-allocated bytes buffer.
- Connected socket information.
Traits§
- Common information exposed by a Socket-like construct.
- A stream is a type that implements
AsyncRead
,AsyncWrite
andSend
. This is specific to Rama and is directly linked to the supertraits ofTokio
.