sensors-sys 0.2.10

Hardware monitoring in Linux
Documentation
1
2
3
4
5
6
7
8
9
#![cfg(all(target_os = "linux", not(target_env = "kernel")))]
#![doc = include_str!("../README.md")]
#![doc(html_root_url = "https://docs.rs/sensors-sys/0.2.10")]
#![warn(unsafe_op_in_unsafe_fn)]

include!(concat!(env!("OUT_DIR"), "/sensors-sys.rs"));

#[cfg(test)]
mod tests;