// Copyright (c) 2025 Shenghao Yang. All rights reserved.
// Licensed under the MIT License. See LICENSE-MIT for details.
//! Fountain Utility Library
//!
//! This library provides operation counting and reporting tools for fountain codes.
//! It includes operation counting and text-based reporting capabilities to help
//! evaluate and analyze fountain code implementations.
/// In-memory data operator storing vectors in `Vec<Vec<u8>>`; implements the `DataOperator` trait.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;