Expand description
Procedural macros for memscope-rs memory tracking
This crate provides the #[derive(Trackable)]
macro for automatically
implementing the Trackable
trait for user-defined types.
Derive Macrosยง
- Trackable
- Derive macro for automatically implementing the
Trackable
trait.