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

Add support for arbitrary pointers to `Context`. #40

Open droundy opened 6 months ago

droundy commented 6 months ago

I'd love to support DeepSize for internment::ArcIntern, but doing so properly would require an interface that allows me to store which have been visited in the Context. This would also apply to any other reference-counted types presumably.