Module ion_rs::reader

source ·

Structs

  • Configures and constructs new instances of Reader.
  • A streaming Ion reader that resolves symbol IDs into their corresponding text.

Enums

  • Stream components that an application-level Reader implementation may encounter.

Type Definitions

  • A Reader that uses dynamic dispatch to abstract over the format (text or binary) being read by an underlying RawReader.