sensors-sys 0.2.13

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

#[cfg(test)]
mod tests;

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