Skip to main content

Crate aetheris_encoder_serde

Crate aetheris_encoder_serde 

Source
Expand description

Aetheris serde-based encoder logic.

Phase: P1 - MVP Implementation Constraint: Uses rmp-serde (MessagePack) for binary serialization of Serde-compatible types. Purpose: Enables rapid prototyping of the replication protocol with automated serialization, prior to deploying bit-packed optimizations.

Structsยง

SerdeEncoder
A serde-based encoder that uses rmp-serde (MessagePack) for binary serialization.