Expand description
Export/Import Module
Provides export and import functionality for AION files in various formats:
- JSON: Full file metadata export
- YAML: Human-readable configuration export
- CSV: Audit trail export for spreadsheet analysis
Structs§
- Export
Data - Exportable file data structure
- Export
File Info - Exported file information
- Export
Signature - Exported signature entry
- Export
Version - Exported version entry
Enums§
- Export
Format - Export format options
Functions§
- export_
file - Export an AION file to the specified format
- import_
json - Import data from JSON format
- import_
yaml - Import data from YAML format