memscope-rs 0.2.0

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::{DashboardContext, DashboardRenderer};