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 |
#8 in #fahrenheit
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
~61K SLoC