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