Crate mm0_deepsize

Source
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§

DeepSizeOf
A trait for measuring the size of an object and its children