Crate cdr_encoding_size

Source

Enums§

CdrEncodingMaxSize
This type is used to count maximum size of a Key when serialized according to CDR but without field alignment. The purpose is to find out if the (key) type always fits into 16 bytes or not.

Traits§

CdrEncodingSize
Trait used to statically gauge the size of serialized instance keys.

Derive Macros§

CdrEncodingSize
Derive macro for implementing CdrEncodingSize trait.