// no_std; intended for embedded environments
#![cfg_attr(not(test), no_std)]#[cfg(test)]externcrate std;// to permit testing in non-embedded environment
pubmoddht20;// main dht20 module
modsensor_reading;// type-safe sensor reading struct; prevent mixing up Celsius and Fahrenheit
modutils;// utility functions for dht20