Releases: Aeledfyr/deepsize
Releases · Aeledfyr/deepsize
Release 0.2.0
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
unsafe
usage for tracking visited references - Update
HashMap
size estimation forhashbrown
usage instd
Release 0.1.1
Add documentation, tests, and fix a few bugs
- Add documentation
- Add doc tests / examples
- Add more tests
- Fix the
known_deep_size
macro not working in outside crates - Fix some issues in the implementation for
HashMap
s andHashSet
s
Release 0.1.0
Initial release