Skip to main content

Crate export_engine

Crate export_engine 

Source
Expand description

Export process snapshots to JSON, Markdown, HTML, and PDF.

Pure formatting; depends on peek-core for ProcessInfo and ProcessSnapshot.

Re-exports§

pub use html::render_html;
pub use json::to_json;
pub use markdown::render_markdown;
pub use pdf::export_pdf;
pub use snapshot::ProcessSnapshot;

Modules§

html
json
markdown
pdf
snapshot