ipmiraw 0.5.0

API for submitting raw commands to an IPMI device
Documentation
1
2
3
4
5
6
7
[![Build Status](https://app.travis-ci.com/kazcw/ipmiraw.svg?branch=master)](https://app.travis-ci.com/kazcw/ipmiraw)

# ipmiraw

Rust library for submitting raw IPMI commands to the system interface; like an
API for the `ipmitool raw` command, but without needing to spawn an `ipmitool`
process.