ipmi-rs-core 0.5.0

A pure rust implementation of the core primitives of the IPMI spec
Documentation
1
2
3
4
5
6
//! Definitions for IPMI app commands.

mod get_device_id;
pub use get_device_id::{DeviceId, GetDeviceId};

pub mod auth;