redoubt_codec/lib.rs
1// Copyright (c) 2025-2026 Federico Hoerth <memparanoid@gmail.com>
2// SPDX-License-Identifier: GPL-3.0-only
3// See LICENSE in the repository root for full license text.
4
5//! ## License
6//!
7//! GPL-3.0-only
8
9#![cfg_attr(not(test), no_std)]
10
11pub use redoubt_codec_core::*;
12pub use redoubt_codec_derive::*;