Expand description
Render Engine - Output rendering Render Engine - Output rendering
This module provides the RenderEngine which is responsible for rendering memory data in various formats (JSON, HTML, Binary, etc.).
Re-exports§
pub use dashboard::DashboardContext;pub use dashboard::DashboardRenderer;pub use engine::RenderEngine;pub use export::export_all_json;pub use export::export_dashboard_html;pub use export::export_dashboard_html_with_template;pub use export::export_leak_detection_json;pub use export::export_memory_passports_json;pub use export::export_ownership_graph_json;pub use export::export_snapshot_to_json;pub use export::export_unsafe_ffi_json;pub use export::DashboardTemplate;pub use export::ExportError;pub use export::ExportJsonOptions;pub use export::OptimizationLevel;pub use export::SchemaValidator;pub use renderer::OutputFormat;pub use renderer::RenderConfig;pub use renderer::RenderResult;pub use renderer::Renderer;