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

Implement`DeepSizeOf` for `std::net::IpAddr*` #39

Open droundy opened 6 months ago

droundy commented 6 months ago

Should be easy since they have no heap allocation.