Skip to main content

Module output_writer

Module output_writer 

Source
Expand description

Comprehensive output writer for all generated data.

Writes all generated data from the EnhancedGenerationResult to files in the output directory. Uses CSV for flat tabular data (journal entry lines) and JSON for types with nested structures (Vecs, sub-structs).

Functionsยง

write_all_output
Write all generated data to the output directory.
write_all_output_with_layout
Write all generated data with a configurable export layout and format set.
write_all_output_with_root
Variant of write_all_output_with_layout that routes output through an OutputRootConfig instead of a raw &Path.