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.

//! Collections module that re-exports from both redoubt-zero and redoubt-codec

pub use redoubt_codec::collections::*;
pub use redoubt_zero::collections::*;