redoubt-zero-derive 0.1.0-rc.5

Derive macros for RedoubtZero guards and zeroization verification
Documentation
1
2
3
4
5
6
7
// Copyright (c) 2025-2026 Federico Hoerth <memparanoid@gmail.com>
// SPDX-License-Identifier: GPL-3.0-only
// See LICENSE in the repository root for full license text.

mod expand;
mod is_zeroize_on_drop_sentinel;
mod reference_types;