Temperature Calculator

Calculates the Celsius temperature to Fahrenheit

How to install

Download Rust: https://www.rust-lang.org/tools/install

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 <temperature in Fahrenheit>

or

crispr_temperature_calculator -t <temperature in Fahrenheit>

Example

Input: crispr_temperature_calculator --temp 10 Or crispr_temperature_calculator -t 10

Output: The temprature in Fahrenheit is 50°