Module tbon::de

source ·
Expand description

Decode a Rust data structure from a TBON-encoded stream.

Structs

  • A structure that decodes Rust values from a TBON stream.
  • An error encountered while decoding a TBON stream.
  • A [Stream] to decode

Traits

  • Methods common to any decodable [Stream]

Functions

  • Decode the given TBON-encoded stream of bytes into an instance of T using the given context.
  • Decode the given TBON-encoded stream of bytes into an instance of T using the given context.