Expand description
Wire codec for hotmint P2P messages.
Applies optional zstd compression based on payload size:
[0x00][raw postcard] — uncompressed (small messages)
[0x01][zstd bytes] — zstd-compressed postcardThis is part of the hotmint wire protocol — all node implementations (regardless of P2P library) must support this format.