#temperature #fahrenheit #celsius #calculator #calculating #convert

app crispr_temperature_calculator

A package for calculating the temperature of a from celsius to fahrenheit

4 releases (2 stable)

1.1.1 Apr 8, 2022
1.0.1 Apr 4, 2022
0.1.1 Apr 4, 2022
0.1.0 Mar 31, 2022

#1162 in Math

MIT license

4KB

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°

Dependencies

~3MB
~59K SLoC