redoubt 0.1.0-rc.6

Systematic encryption-at-rest for in-memory sensitive data in Rust
Documentation
1
2
3
4
5
6
7
8
// 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.

//! Support modules.

#[cfg(any(test, feature = "test-utils"))]
pub mod test_utils;