Skip to content

`Clone` skip group and `Zeroize` variant skip fix

Latest
Compare
Choose a tag to compare
@daxpedda daxpedda released this 01 May 16:22
· 5 commits to main since this release
4980b4e

Added

  • Allow skipping fields for Clone, calling Default::default() instead.
    Note: Clone is excluded from blanket skipping and can only be used with
    selective skipping to avoid this being a breaking change.

Fixed

  • Support skipping only some variants with Zeroize.