Crate fuel_compression

source
Expand description

Compression and decompression of fuel-types for the DA layer

Structs§

  • 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§

  • This type can be compressed to a more compact form and back using CompressibleBy and DecompressibleBy traits.
  • This type can be compressed to a more compact form and back using CompressionContext.
  • Defines the error type for the context used in compression and decompression.
  • The trait allows for decompression of a compressed type. This trait is syntax sugar for DecompressibleBy with the compressed type as the receiver.
  • This type can be decompressed using CompressionContext.

Derive Macros§

  • Derives Compressible and CompressibleBy traits for the given struct or enum.
  • Derives DecompressibleBy trait for the given struct or enum.