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

Write usage examples for implementing the DeepSizeOf trait #9

Open Aeledfyr opened 5 years ago

Aeledfyr commented 5 years ago

There currently aren't any examples of how to implement the DeepSizeOf trait manually.