Skip to content

Releases: zommiommy/mem_dbg-rs

0.2.0

27 Apr 12:55
Compare
Choose a tag to compare

New

  • Support for displaying padding in structures and tuples using the new
    stable macro offset_of, with an optional feature offset_of_enum for
    enums (the latter requires nightly).

  • MemDbgFlags::RUST_LAYOUT flag displays structure in compiler layout;
    needs feature offset_of_enum for enums (the latter requires nightly).

  • Support for other crates such as maligned and rand.

Fixed

  • Fixed cfgs for mmap-rs because it could not be enabled.

  • Fixed size for tuples (it was not considering padding).

0.1.8

07 Apr 18:24
Compare
Choose a tag to compare

Improved

  • Fixed cfgs for mmap-rs because it could not be enabled.

0.1.7

07 Apr 18:14
Compare
Choose a tag to compare

Improved

  • Added missing CopyTypes for maligned types.

0.1.6

07 Apr 17:27
Compare
Choose a tag to compare

[0.1.6] - 2024-04-07

Improved

  • Many new implementations for standard types such as RefCell.

0.1.4

18 Mar 13:17
Compare
Choose a tag to compare

[0.1.4] - 2024-03-18

Changed

  • Removed .unwrap() from the examples