Expand description
A utility for recursively measuring the size of an object
This is an adaptation of the deepsize
crate,
Copyright (c) 2019 Aeledfyr, which is MIT licensed (see the LICENSE file
in this directory).
Macros§
- deep_
size_ 0 - A macro to generate an impl for types with no inner allocation.
Structs§
- Context
- The context of which references have already been seen.
Traits§
- Deep
Size Of - A trait for measuring the size of an object and its children