memscope-rs 0.2.3

A memory tracking library for Rust applications.
Documentation
1
2
3
4
5
6
7
//! Dashboard HTML rendering module
//!
//! This module provides HTML dashboard rendering functionality using Handlebars templates.

pub mod renderer;

pub use renderer::{rebuild_allocations_from_events, DashboardContext, DashboardRenderer};