libmedium 0.2.1

Library to interface with lm_sensors
Documentation

libmedium

A safe rust library to communicate with the sysfs interface of lm-sensors.

Getting Started

Just add this to your Cargo.toml file:

[dependencies]
libmedium = "0.2"

Look in the examples folder for information on how to use libmedium.

License

This project is licensed under the MIT License - see the LICENSE.md file for details