1 2 3 4 5 6 7 8
#![cfg(target_os = "linux")] #![doc = include_str!("../README.md")] #![doc(html_root_url = "https://docs.rs/sensors-sys/0.2.18")] #[cfg(test)] mod tests; include!(concat!(env!("OUT_DIR"), "/sensors-sys.rs"));