//! This module defines the data structures for iSCSI PDUs and SCSI commands.
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (C) 2012-2025 Andrei Maltsev
/// Defines the structures for SCSI Command PDUs.
/// Defines common structures and traits for iSCSI models.
/// Defines the structures for Data-In and Data-Out PDUs.
/// Defines the generic PDU container and related traits.
/// Defines the structures for Login PDUs.
/// Defines the structures for Logout PDUs.
/// Defines the structures for NOP-In and NOP-Out PDUs.
/// Defines the iSCSI opcode enumeration.
/// Defines parsing utilities for iSCSI PDUs.
/// Defines the structure for Ready To Transfer (R2T) PDUs.
/// Defines the structure for Reject PDUs.
/// Defines the structures for Text PDUs.