Expand description
Derive macros for the Compact codec traits.
Macros§
- Generates tests for given type based on passed parameters.
Attribute Macros§
- Generates tests for given type.
Derive Macros§
- Derives the
Compact
trait for custom structs, optimizing serialization with a possible bitflag struct. - Adds
zstd
compression to derivedCompact
.