Skip to content

Releases: Aeledfyr/deepsize

Release 0.2.0

27 Oct 03:33
0489bfb
Compare
Choose a tag to compare

Add support for more libraries and standard types

  • Add optional support for many more external libraries: slotmap, slab, indexmap, arrayvec, smallvec, hashbrown, and chrono
  • 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 for hashbrown usage in std

Release 0.1.1

24 Jan 01:16
Compare
Choose a tag to compare

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 HashMaps and HashSets

Release 0.1.0

24 Jan 01:03
Compare
Choose a tag to compare

Initial release