ipmi-rs-core

Crates.ioipmi-rs-core
lib.rsipmi-rs-core
version0.5.0
created_at2026-01-15 17:22:14.378391+00
updated_at2026-01-15 17:22:14.378391+00
descriptionA pure rust implementation of the core primitives of the IPMI spec
homepage
repositoryhttps://github.com/datdenkikniet/ipmi-rs
max_upload_size
id2046088
size191,935
(datdenkikniet)

documentation

https://docs.rs/ipmi-rs-core/latest

README

ipmi-rs-core: IPMI specification definitions

This crate contains the definitions for IPMI commands, payloads, and other data structures used in the IPMI protocol.

The goal of this library is to be a sans-IO wrapper that can be re-used by other implementations.

For higher-level details, such as a file-based or RMCP connection, check out the ipmi-rs crate, which is built on top of ipmi-rs-core.

Commit count: 249

cargo fmt