Module tbon::en

source ·
Expand description

Encode a Rust data structure into a TBON stream.

Structs

Functions

  • Given an encodable value, return an encoded stream.
  • Given a stream of encodable key-value pairs, return an encoded map stream.
  • Given a stream of encodable elements, return an encoded sequence stream.

Type Aliases