Aeledfyr / deepsize

A rust crate to find the total size of an object, on the stack and on the heap
MIT License
103 stars 19 forks source link

Expose construction of Context to allow for deduping across multiple calls #31

Open stuhood opened 2 years ago

stuhood commented 2 years ago

See https://github.com/Aeledfyr/deepsize/issues/5 for reasoning.

stuhood commented 2 years ago

Note: this does not update the docs, but I'd be happy to do that if the change is accepted.