Skip to main content

Module codec

Module codec 

Source

Structs§

StompCodec
StompCodec implements tokio_util::codec::{Decoder, Encoder} for the STOMP wire protocol.

Enums§

StompItem
(parser-based implementation uses src directly; header parsing is delegated to the parser module.) Items produced or consumed by the codec.