A crate for measuring the total size of object on the stack and heap.
# Cargo.toml
[dependencies]
deepsize = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Measures the total memory footprint of a struct including heap allocations.
Add `features = ["derive"]` to your Cargo.toml dependency.
No dependency data recorded yet.