iscsi-client-rs 0.0.9

A pure-Rust iSCSI initiator library
Documentation
1
2
3
4
5
6
7
8
//! This module defines the structures for iSCSI Ready To Transfer (R2T) PDUs.
//! It includes a submodule for the R2T response.

// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (C) 2012-2025 Andrei Maltsev

/// Defines the structures for iSCSI Ready To Transfer (R2T) PDUs.
pub mod response;