Module ion_rs::element::writer

source ·
Expand description

Provides utility to serialize Ion data from Element into common targets such as byte buffers or files.

Re-exports

Enums

  • Basic configuration options for ElementWriter instances.
  • Whether or not the text is pretty printed or serialized in a more compact representation.

Traits