// Copyright (c) 2025 Shenghao Yang. All rights reserved.
// Licensed under AGPL-3.0 or commercial license. See LICENSE for details.
//! Trait abstractions for fountain code components.
//!
//! Defines the pluggable interfaces for code schemes, data operators,
//! and LDPC/HDPC precodes.
/// Code scheme configuration trait.
/// Data operator trait for vector storage and execution.
/// High-Density Parity-Check precode trait.
/// Low-Density Parity-Check precode trait.
pub use *;
pub use *;
pub use *;
pub use *;