Module ion_c_sys::writer[][src]

Expand description

Provides higher-level APIs for Ion C’s hWRITER.

Structs

IonCAnnotationsFieldWriterContext

Context for writing annotations and fields in with proper reference lifetimes.

IonCWriterHandle

Wrapper over hWRITER to make it easier to use writers in IonC correctly.

Enums

WriterMode

Indicates at a high-level what type of writer to use.

Traits

IonCAnnotationsFieldWriter

The API for writing values with annotations and/or field names.

IonCValueWriter

The API for Ion C value writing.

IonCWriter

The writing API for Ion C.