pub const ABS_ZERO_CELSIUS: f64 = -273.15;
pub const ABS_ZERO_FAHRENHEIT: f64 = -459.67;
pub const ABS_ZERO_KELVIN: f64 = 0.0;
pub const COLOR_GREEN: &str = "\x1b[32m";
pub const COLOR_ERROR: &str = "\x1b[31m";
pub const COLOR_INFO: &str = "\x1b[36m";
pub const COLOR_RESET: &str = "\x1b[0m";