// =============================================================================
// Copyright (c) 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Extension traits for standard I/O.
//!
//! Internal implementation helpers remain crate-private and are not part of the
//! public API.
pub
pub use BufReadExt;
pub use ReadExt;
pub use ReadSeekExt;
pub use SeekExt;
pub use WriteExt;
pub use WriteSeekExt;