Skip to main content

Module delimiter

Module delimiter 

Source
Expand description

Byte-delimited framing.

Frames are separated by a configured delimiter byte sequence (typically \n for newline-terminated text, or \r\n for HTTP-style protocols). The delimiter is stripped from the emitted payload but counted toward Frame::consumed.

Structsยง

Delimited
Byte-delimited framer.