Expand description
Compression and decompression of fuel-types for the DA layer
Structs§
- Registry
Key - Untyped key pointing to a registry table entry. The last key (all bits set) is reserved for the default value and cannot be written to.
Traits§
- Compressible
- This type can be compressed to a more compact form and back using
CompressibleByandDecompressibleBytraits. - Compressible
By - This type can be compressed to a more compact form and back using
CompressionContext. - Context
Error - Defines the error type for the context used in compression and decompression.
- Decompress
- The trait allows for decompression of a compressed type.
This trait is syntax sugar for
DecompressibleBywith the compressed type as the receiver. - Decompressible
By - This type can be decompressed using
CompressionContext.
Derive Macros§
- Compress
- Derives
CompressibleandCompressibleBytraits for the givenstructorenum. - Decompress
- Derives
DecompressibleBytrait for the givenstructorenum.