Crates.io | pldm |
lib.rs | pldm |
version | 0.1.0 |
source | src |
created_at | 2024-06-24 08:04:01.680912 |
updated_at | 2024-06-24 08:04:01.680912 |
description | Platform Level Data Model (PLDM) base types and functions |
homepage | |
repository | https://github.com/CodeConstruct/mctp-rs |
max_upload_size | |
id | 1281969 |
size | 8,458 |
This crate provides some base definitions for the PLDM messaging specification (DMTF DSP0240).
Communication with remote endpoints is through the MCTP base crate's
mctp::Endpoint
trait. Platform-specific implementations of mctp::Endpoint
are passed to the pldm transfer functions (pldm_xfer
, pldm_rx_req
and
pldm_tx_resp
).