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;