Expand description
Size Of
A crate for measuring the total memory usage of an object at runtime
Structs
The context of a size query, used to keep track of shared pointers and the
aggregated totals of seen data
Friendlier formatting for byte values
Represents the total space taken up by an instance of a variable, including
heap allocations
Traits
Types with a size that can be queried at runtime
Functions
Get the total size of all given values
Derive Macros
Derives the
SizeOf trait for the given item