Expand description
Core traits for import/export operations.
Defines the ImportSource and ExportSink traits that format adapters
implement to support different file formats.
Structs§
- Exportable
Memory - Memory representation for export.
- Imported
Memory - Intermediate representation for imported memory data.
Enums§
- Export
Field - Fields that can be selected for export.
Traits§
- Export
Sink - Sink for exported memories.
- Import
Source - Source of imported memories.