Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functions for writing zeroed bytes to
&mut impl Zeroable
and `&…
…mut [impl Zeroable]` (#193) * Add functions for writing zeroed bytes to `&mut impl Zeroable` and `&mut [impl Zeroable]` * Support `T: !Copy` in `fill_zero`/`write_zero` * Zero bytes in the drop guard for write_zero * Update src/lib.rs Co-authored-by: Alphyr <[email protected]> --------- Co-authored-by: Lokathor <[email protected]> Co-authored-by: Alphyr <[email protected]>
- Loading branch information