Module assert

Module assert 

Source
Expand description

Test helpers for verifying zeroization behavior in tests.

Primary export: assert_zeroize_on_drop(). Test helpers for verifying zeroization behavior.

Functionsยง

assert_zeroize_on_drop
Asserts that a value zeroizes itself when dropped.