Crate framecodecs [−] [src]
framecodecs
provides simple protocol implementations to be used with tokio_proto::pipeline
.
Modules
delimiter |
Delimitered protocol. |
fixed_length |
Fixed-length protocol. |
length_field |
Length field prepending protocol. |
remote_addr |
Wrapper protocol for providing remote address of connection. |
request_id_field |
Converts pipelined protocol to multiplexed protocol by prepending a request id to each frame. |
varint |
Length field based protocol using Protobuf's base 128 varint. |