Re-exports§
pub use prost;
Structs§
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Bytes
Codec - A simple codec that ships bytes around
- Bytes
Mut - A unique reference to a contiguous slice of memory.
- Framed
- A unified
StreamandSinkinterface to an underlying I/O object, using theEncoderandDecodertraits to encode and decode frames. - Framed
Parts - The parts obtained from
Framed::into_parts. - Framed
Read - A
Streamof messages decoded from anAsyncRead. - Framed
Read Parts - The parts obtained from (FramedRead::into_parts).
- Framed
Write - A
Sinkof frames encoded to anAsyncWrite. - Framed
Write Parts - The parts obtained from
FramedWrite::into_parts. - Json
UviCodec - Length
Codec - A simple
Codecimplementation sending your data by prefixing it by its length. - Lines
Codec - A simple
Codecimplementation that splits up data into lines. - Protobuf
UviCodec