//! Backwards-compatible utility re-exports.
//!
//! The new architecture consolidates shared helpers under `crate::core`. This module
//! re-exports the previous `utils::*` API to avoid breaking existing downstream code
//! while steering new development toward `core::prelude`.
pub use crate;
pub use crateis_broken_pipe;
pub use crate;
pub use crate;