memscope-rs 0.2.3

A memory tracking library for Rust applications.
Documentation
1
2
3
4
5
pub mod analyzer;
pub mod types;

pub use analyzer::{get_global_closure_analyzer, ClosureAnalyzer};
pub use types::*;