Crate zeroize_derive

Source
Expand description

Custom derive support for zeroize

Structsยง

BoundAccumulator ๐Ÿ”’
Bounds ๐Ÿ”’
Parsing helper for custom bounds
ZeroizeAttrs ๐Ÿ”’
Custom derive attributes for Zeroize

Constantsยง

ZEROIZE_ATTR ๐Ÿ”’
Name of zeroize-related attributes

Functionsยง

attr_skip ๐Ÿ”’
derive_zeroize_impl ๐Ÿ”’
derive_zeroize_on_drop_impl ๐Ÿ”’
field_ident ๐Ÿ”’
generate_fields ๐Ÿ”’
impl_zeroize_on_drop ๐Ÿ”’

Derive Macrosยง

Zeroize
Derive the Zeroize trait.
ZeroizeOnDrop
Derive the ZeroizeOnDrop trait.