deepsize
A crate for measuring the total size of object on the stack and heap
0.2.0
5.1M downloads/mo
#4491 most downloaded on crates.io
Aeledfyr/deepsize
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Ships fairly regularly
a new release about every 11 months
Some releases are documented
notes for 2 of 4 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
4 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jan 2019 to Oct 2020Releases
latest 4-
0.2.027 Oct 2020Release notes
Open source →Add support for more libraries and standard types
- Add optional support for many more external libraries:
slotmap,slab,indexmap,arrayvec,smallvec,hashbrown, andchrono - Add support for many more standard library types
- No longer count references into the total size; they are not owned data (This does not apply to reference counted data)
- Fix potential UB and remove
unsafeusage for tracking visited references - Update
HashMapsize estimation forhashbrownusage instd
- Add optional support for many more external libraries:
-
0.1.213 Jul 2019Nothing published for this version
-
0.1.124 Jan 2019Release notes
Open source →Add documentation, tests, and fix a few bugs
- Add documentation
- Add doc tests / examples
- Add more tests
- Fix the
known_deep_sizemacro not working in outside crates - Fix some issues in the implementation for
HashMaps andHashSets
-
0.1.023 Jan 2019Nothing published for this version