Expand description
Modules§
- alloy
test-utils
Implements Compact for alloy types. - test_
utils test-utils
Test utilities forCompact
derive macro - Commonly used constants for transaction types.
Macros§
- Generates tests for given type based on passed parameters.
- Implements the
Compact
trait for wrappers over fixed size byte array types. - validate_
bitflag_ backwards_ compat test-utils
Macro to ensure that derivedCompact
types can be extended with new fields while maintaining backwards compatibility.
Traits§
- Trait that implements the
Compact
codec.
Type Aliases§
- To be used with
Option<CompactPlaceholder>
to place or replace one bit on the bitflag struct.
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
.