Skip to main content

edgeparse_core/output/
mod.rs

1//! Output generators — TOC, JSON, Markdown, HTML, Text, CSV, Annotated PDF.
2
3pub mod csv;
4pub mod docx;
5pub mod html;
6pub mod json;
7pub mod legacy_json;
8pub mod markdown;
9pub mod text;
10pub mod toc_builder;