Module wasmbin::io

source ·
Expand description

Encoding / decoding traits.

Structs

Enums

Traits

  • A trait for types that can be decoded from a binary stream.
  • A Decode sub-trait for types that have a discriminant (usually enums).
  • A trait for types that can be encoded into a binary stream.

Derive Macros