Module fvm_ipld_encoding::strict_bytes

source ·
Expand description

A much simplified version of serde_bytes that:

  1. Refuses to decode strings/arrays into “bytes”, only accepting “bytes” (hence the “strict” part).
  2. Can decode to/from byte arrays.

Structs§

  • Wrapper for serializing and deserializing dynamic sized Bytes.

Traits§

Functions§