Skip to main content

Module codec

Module codec 

Source
Expand description

Length-prefixed framing for AkkaPdu.

On the wire each frame is u32 big-endian length, followed by a bincode-serialized AkkaPdu.

Enums§

CodecError

Functions§

decode_pdu
encode_pdu
read_frame
write_frame