# Temperature Calculator ## Calculates the Celsius temperature to Fahrenheit ### How to install Download Rust: #### Check if rust is succsesfully installed `rustc --version` #### install the cargo crate with `cargo install crispr_temperature_calculator` ### Usage #### List all functions `crispr_temperature_calculator --help` or `crispr_temperature_calculator -h` ### Convert Celsius to Fahrenheit `crispr_temperature_calculator -temp ` or `crispr_temperature_calculator -t ` ### Example Input: `crispr_temperature_calculator --temp 10` Or `crispr_temperature_calculator -t 10` Output: `The temprature in Fahrenheit is 50°`