Module message

Module message 

Source
Expand description

Optimized message types and serialization.

This module provides zero-copy message handling with optimized serialization for maximum performance. It supports multiple serialization formats and includes SIMD acceleration when available.

Structs§

BinaryPayload
Binary payload for efficient serialization formats
JsonPayload
JSON payload with zero-copy support
Message
Optimized message container with zero-copy support
MessageMetadata
Message metadata for tracking and debugging
MessageSerializer
Message serializer with format detection

Enums§

BinaryFormat
Supported binary serialization formats
MessageId
Unique identifier for messages
MessagePayload
Zero-copy message payload
SerializationFormat
Supported serialization formats