🌡️ 🥶 tempconvert 🥶 🌡 ️
Easy Temperature Conversion and Types
- Kelvin - K - 🥶
- Celsius - C - 🥵
- Fahrenheit - F - 🤒
Provides easy types for temperature conversion.
💻 Install
Add package in your Cargo.toml to use
[]
= "0.1.0"
Can be initialized from integer, float or String
use ;
👩🏻💻🧑🏼💻 How to use
Convert temperature from one unit to other
You can either initialize the temperature with the tuple struct or use the into method to convert from differnt types.
All of the units support conversion from integer, float and the String type
use ;
📝📝 Use utils to covnert f64 to different units easily
tempconvert has independent utils module
which can be used to convert f64 to different units without the types
use ;